Light.OGLLight

Description

Returns the OGLLight for this Light. The OGLLight object holds the light rendering information used by OGL.

Examples

VBScript Example

dim pointLight
set pointLight = ActiveProject.ActiveScene.Root.AddLight("Point")
LogMessage "OGL light type: " & pointLight.OGLLight.Type