Class: LightSettings
This page documents the methods and fields available in the LightSettings class.
Members
| Signature | Description |
|---|---|
getAmbientColor() | Returns the current ambient color. |
getAtmosphereDensity() | Returns the current atmosphere density. |
getAtmosphereDensityFalloff() | Returns the current atmosphere density falloff. |
getAtmosphereExtent() | Returns the current atmosphere extent. |
getBlackClip() | Returns the current black clip. |
getCirrusCloudsType() | Returns the current cirrus clouds type. |
getCumulusCloudsType() | Returns the current cumulus clouds type. |
getExposure() | Returns the current exposure. |
getFogColor() | Returns the current fog color. |
getFogEnd() | Returns the current fog end. |
getFogStart() | Returns the current fog start. |
getFogType() | Returns the current fog type. |
getGamma() | Returns the current gamma. |
getGroundColor() | Returns the current ground color. |
getIndirectLightColor() | Returns the current indirect light color. |
getMoonLightIntensity() | Returns the current moon light intensity. |
getRayColor() | Returns the current ray color. |
getShoulder() | Returns the current shoulder. |
getSkybox() | Returns the current skybox. |
getSkyboxColor() | Returns the current skybox color. |
getSkyboxRotX() | Returns the current skybox rot x. |
getSkyboxRotY() | Returns the current skybox rot y. |
getSkyboxRotZ() | Returns the current skybox rot z. |
getSkyboxSimulationSpeed() | Returns the current skybox simulation speed. |
getSkyboxType() | Returns the current skybox type. |
getSlope() | Returns the current slope. |
getSpaceColor() | Returns the current space color. |
getSpecularType() | Returns the current specular type. |
getToe() | Returns the current toe. |
getTonemapMode() | Returns the current tonemap mode. |
getWetness() | Returns the current wetness. |
getWhiteClip() | Returns the current white clip. |
isEnableFog() | Returns whether enable fog is true. |
isEnableMoonBall() | Returns whether enable moon ball is true. |
isEnableMoonLight() | Returns whether enable moon light is true. |
isEnableSunBall() | Returns whether enable sun ball is true. |
setAmbientColor(Color) | Sets or updates the ambient color. |
setAtmosphereDensity(float) | Sets or updates the atmosphere density. |
setAtmosphereDensityFalloff(float) | Sets or updates the atmosphere density falloff. |
setAtmosphereExtent(float) | Sets or updates the atmosphere extent. |
setBlackClip(float) | Sets or updates the black clip. |
setCirrusCloudsType(int) | Sets or updates the cirrus clouds type. |
setCumulusCloudsType(int) | Sets or updates the cumulus clouds type. |
setEnableFog(boolean) | Sets or updates the enable fog. |
setEnableMoonBall(boolean) | Sets or updates the enable moon ball. |
setEnableMoonLight(boolean) | Sets or updates the enable moon light. |
setEnableSunBall(boolean) | Sets or updates the enable sun ball. |
setExposure(float) | Sets or updates the exposure. |
setFogColor(Color) | Sets or updates the fog color. |
setFogEnd(float) | Sets or updates the fog end. |
setFogStart(float) | Sets or updates the fog start. |
setFogType(int) | Sets or updates the fog type. |
setGamma(float) | Sets or updates the gamma. |
setGroundColor(Color) | Sets or updates the ground color. |
setIndirectLightColor(Color) | Sets or updates the indirect light color. |
setMoonLightIntensity(float) | Sets or updates the moon light intensity. |
setRayColor(Color) | Sets or updates the ray color. |
setShoulder(float) | Sets or updates the shoulder. |
setSkybox(Texture) | Sets or updates the skybox. |
setSkyboxColor(Color) | Sets or updates the skybox color. |
setSkyboxFile(TextureFile) | Sets or updates the skybox file. |
setSkyboxRotX(float) | Sets or updates the skybox rot x. |
setSkyboxRotY(float) | Sets or updates the skybox rot y. |
setSkyboxRotZ(float) | Sets or updates the skybox rot z. |
setSkyboxSimulationSpeed(float) | Sets or updates the skybox simulation speed. |
setSkyboxType(int) | Sets or updates the skybox type. |
setSlope(float) | Sets or updates the slope. |
setSpaceColor(Color) | Sets or updates the space color. |
setSpecularType(int) | Sets or updates the specular type. |
setToe(float) | Sets or updates the toe. |
setTonemapMode(int) | Sets or updates the tonemap mode. |
setWetness(float) | Sets or updates the wetness. |
setWhiteClip(float) | Sets or updates the white clip. |