Object Hierarchy | Related C++ Class: OGLLight
Description
The OGLLight object represents the OGL light properties of a Light object. OGLLight objects are read-only.
Properties
|
|
|
|
Examples
VBScript Example
dim spot
set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light
LogMessage "OGL light: " & TypeName(spot.OGLLight)See Also
Autodesk Softimage v7.5