SetLightSource
Parameters
x, y, z (in)
Defines the position of the light source.
diffuse (in)
The color for diffuse lighting.
ambient (in)
The color for ambient lighting.
specular (in)
The color for specular lighting.
Return value
None.
Description
Configure lightsources, specular lighting isn't supported in the EDGELIB internal renderer. Don't forget to enable the light source.
Version changes
EDGELIB 3.00: Added this function to the SDK
