OGLLight.ConeAngle
 
 
 

OGLLight.ConeAngle

Description

Returns the cone angle for a spot light as a Double.

C# Syntax

// get accessor
Double rtn = OGLLight.ConeAngle;

Examples

VBScript Example

set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light
LogMessage "OGL light cone angle: " & spot.OGLLight.ConeAngle