Sphere not showing on canvas

Sphere isn’t showing on canvas but I see it in the Scene properties under children. I gave it the name: “Earth”

Here is my codepen:
[https://codepen.io/designsbyharp/pen/gOaRLRV](http://codepen link)

The camera at position (0, 0, 10) was inside the sphere of radius 20.

Ohhhhhh

Cameras Z position needs to be higher than 20?

You cannot see an object with the camera if the camera is inside that object. You must move the camera back whatever amount is needed to see the whole sphere, or make the sphere smaller.

1 Like

Okay thanks, any way to troubleshoot this and find out where camera is and if its inside an object?