Draws the Moon in 3D.
scene.moon = new Moon();
Online Documentation
Get the ellipsoid that defines the shape of the moon.
Use the sun as the only light source.
Determines if the moon will be shown.
The moon texture.
Destroys the WebGL resources held by this object. Destroying an object allows for deterministic release of WebGL resources, instead of relying on the garbage collector to destroy this object.
Returns true if this object was destroyed; otherwise, false.