OGLLight.InterestPosition

説明

ライトの注視点の位置をSIVector3として戻します。

VBScript の例

set spot = ActiveProject.ActiveScene.Root.AddLightRig("Spot").Light
set intPos = spot.OGLLight.InterestPosition
LogMessage "OGL light interest position: " & intPos.x & ", " & intPos.y & ", " & intPos.z