Closed NickPax closed 6 years ago
You are correct that we must set the background to black. However, I can see moon as soon as I add it. Did you look up and to the right to see it? It might be off frame.
Yes, I can see the moon when the background is set to black.
great. marking as fixed.
After adding this code (angle brackets removed here because markup doesn't like them):
I still only see the red cube.
Nothing changes after adding this code, either:
... unless we delete the ambient and directional lights. Then we can see the moon and the cube in shade, with a white background.
After adding this code (the next step in the tutorial)
... we see the red cube in the centre, with a red plane and the moon casting its point light, which falls off on the plane ok, but there is a white background, so it doesn't look like your one (blue cube in different position with black background).
After making the changes in the final three pieces of code I get everything the same as shown in your final screenshot except the background is still white, which is fixed by changing the opening
scene
element like so:a-scene background="color: black"