mojo3d.Scene.EnvTexture - nitrologic/monkey2 GitHub Wiki
mojo3d::mojo3d.mojo3d.Scene.EnvTexture
mojo:mojo.graphics.Texture
Property EnvTexture:The environment texture.
The environment textures is used to render specular reflections within the scene.
If there is no environment texture, the sky texture is used instead.
If there is no environment texture and no sky texture, a default internal environment texture is used.
This must currently be a valid cubemap texture.