au3Irr2 Function Reference
_IrrSetSkyDomeColorPointSet the color of the verticies in the skydome radiating out from a point.
#Include <au3Irrlicht2.au3>
_IrrSetSkyDomeColorPoint($h_Dome, $i_Red, $i_Green, $i_Blue, $f_PosX, $f_PosY, $f_PosZ, $f_Radius, $f_PointFade, $i_Additive)
Parameters
$h_Dome | Handle to a SkyDome node. |
$i_Red | Red color 0 - 255 |
$i_Green | Green color 0 - 255 |
$i_Blue | Blue color 0 - 255 |
$f_PosX | X position. |
$f_PosY | Y position. |
$f_PosZ | Z position. |
$f_Radius | Limit the distance of the coloring |
$f_PointFade | Amount that the band is faded into the existing skydome color. |
$i_Additive | IRR_ON to add the color of the band to the existing color of the skydome or IRR_OFF to replace it. |
Return Value
Success: TrueFailure: False
Remarks
This is powerful effect that can be used to color parts of the skydome and create effects to represent the glows of the rising sun or the moon in the sky.
Related
_IrrSetSkyDomeColorBand, _IrrSetSkyDomeColor, _IrrSAddSkyDome