Changeset View
Changeset View
Standalone View
Standalone View
source/gameengine/Ketsji/KX_WorldInfo.h
| Context not available. | |||||
| ~KX_WorldInfo(); | ~KX_WorldInfo(); | ||||
| bool hasWorld(); | bool hasWorld(); | ||||
| bool hasMist(); | |||||
| short getMistType(); | |||||
| float getMistStart(); | |||||
| float getMistDistance(); | |||||
| float getMistIntensity(); | |||||
| float getMistColorRed(); | |||||
| float getMistColorGreen(); | |||||
| float getMistColorBlue(); | |||||
| float getBackColorRed(); | |||||
| float getBackColorGreen(); | |||||
| float getBackColorBlue(); | |||||
| float getAmbientColorRed(); | |||||
| float getAmbientColorGreen(); | |||||
| float getAmbientColorBlue(); | |||||
| void setMistEnable(bool enable); | void setMistEnable(bool enable); | ||||
| void setMistType(short type); | void setMistType(short type); | ||||
| void setMistStart(float d); | void setMistStart(float d); | ||||
| Context not available. | |||||