mojo3d.Scene.EnvTexture - nitrologic/monkey2 GitHub Wiki

mojo3d::mojo3d.mojo3d.Scene.EnvTexture

Property EnvTexture:mojo:mojo.graphics.Texture

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.