Object Hierarchy | 関連する C++クラス:CameraRig
CameraRig
v1.5
CameraRig オブジェクトは、CameraとそのX3DObjectインタレストオブジェクトで構成される階層を表す、専用のNullオブジェクトです。カメラおよび注視点は同一のルートオブジェクト(CameraRig など)の下に関連付けられます。
'VBScript example set oRoot = ActiveProject.ActiveScene.Root set oRig = oRoot.AddCameraRig( "Camera" ) Application.LogMessage oRig & ".camera = " & oRig.camera Application.LogMessage oRig.camera & ".interest = " & oRig.camera.interest |