LightObject

3DS Max Plug-In SDK

LightObject

See Also: Class LightObject.

This is one of the classes from which plug-in lights are derived. Light objects implement methods that return the properties of the light. Some are these methods are:

EvalLightState()

This method provides access to the lights state which contains properties of the light such as color, intensity, etc.

CreateLightDesc()

When the renderer goes to render the scene it asks all of the lights to create an ObjectLighDesc object. This is the method that is called to return this object.