enableLighting abstract method
- bool state
Enables/Disables light interaction with the object color.
Default is disabled.
stateIftrue, lighting is applied to the object color.
Implementation
void enableLighting(bool state);
Enables/Disables light interaction with the object color.
Default is disabled.
state If true, lighting is applied to the object color.void enableLighting(bool state);