Object Hierarchy | Related C++ Class: OGLLight
The OGLLight object represents the OGL light properties of a Light object. OGLLight objects are read-only.
dim spot set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light LogMessage "OGL light: " & TypeName(spot.OGLLight) |