Returns the interest vector position of the light as an SIVector3.
set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light set intPos = spot.OGLLight.InterestPosition LogMessage "OGL light interest position: " & intPos.x & ", " & intPos.y & ", " & intPos.z |