Definition
SetTerrainShininess(float shininess)
Description
This function sets the shininess of terrain object.
Parameter
shininess
Specifies the shininess of terrain object to be set. This value must be greater than or equal to 0.0.
Example
function Init() SetTerrainShininess(50.0) end function Update() end
In this example, the SetTerrainShininess function sets the shininess value of terrain object to 50.0.
SetTerrainShininess