OGLLight.InterestPosition

説明

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

C#構文

// get accessor

Object rtn = OGLLight.InterestPosition;

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