OGLLight (Light)
Description
Returns the OGLLight for this Light. The OGLLight object holds the light rendering information used by OGL.
C# Syntax
// get accessor OGLLight rtn = Light.OGLLight;
Examples
VBScript Example
dim pointLight
set pointLight = ActiveProject.ActiveScene.Root.AddLight("Point")
LogMessage "OGL light type: " & pointLight.OGLLight.TypeAutodesk Softimage v7.5