Object Hierarchy | Related C++ Class: CameraRig
CameraRig
v1.5
The CameraRig object is a specialized Null object that represents a hierarchy composed of a Camera and its X3DObject interest object. Each is parented under the same root object i.e. the 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 |