Changeset View
Changeset View
Standalone View
Standalone View
doc/python_api/rst/bge.render.rst
| Context not available. | |||||
| :type start: float | :type start: float | ||||
| .. function:: setMistEnd(end) | .. function:: setMistDistance(distance) | ||||
| Sets the mist end value. Objects further away from this will be colored solid with | Sets the mist distance value. Objects further away from this will be colored solid with | ||||
| the color set by setMistColor(). | the color set by setMistColor(). | ||||
| :type end: float | :type end: float | ||||
| .. function:: disableMist() | |||||
| Disables mist. | .. function:: setUseMist(enable) | ||||
| .. note:: Set any of the mist properties to enable mist. | Disable or enable the mist. | ||||
| :type enable: boolean | |||||
| .. function:: setEyeSeparation(eyesep) | .. function:: setEyeSeparation(eyesep) | ||||
| Sets the eye separation for stereo mode. Usually Focal Length/30 provides a confortable value. | Sets the eye separation for stereo mode. Usually Focal Length/30 provides a confortable value. | ||||
| Context not available. | |||||