Now that we have all of our code covered, let's take a look at our scene. Our sample scene looks like the following screenshot:
As you can see in the preceding screenshot, there isn't a lot of complexity to our setup. We have a plane, some environment cubes for perspective, a light, a camera, and our target. The full hierarchy looks like the following screenshot:
As you can see from the preceding screenshot, we have a Directional light, and ...