enableLighting abstract method

void enableLighting(
  1. bool state
)

Enables/Disables light interaction with the object color.

Default is disabled.

  • state If true, lighting is applied to the object color.

Implementation

void enableLighting(bool state);