OGLLight

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

Color ConeAngle InterestPosition LightPosition
Type      
       

Examples

VBScript Example

dim spot
set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light
LogMessage "OGL light: " & TypeName(spot.OGLLight)

See Also

Light.OGLLight