Free |
The FreeCamera type exposes the following members.
Name | Description | |
---|---|---|
CameraPosition | Gets the position of the camera as Vector3. | |
RotationCenterPosition | Gets or sets a nullable Vector3 that can specify a custom 3D position around which this TargetPositionCamera is rotated. Rotation around custom center position changes the camera angles (Heading and Attitude) and also TargetPosition. When RotationCenterPosition is null, the rotation is done with changing only Heading and Attitude properties. | |
RotationUpAxis | Gets or sets a nullable Vector3 that can specify a custom rotation up axis that is used to when camera is rotated "horizontally" (e.g when user drags the mouse horizontally). When RotationUpAxis is not set (is null) then camera rotates around the current camera's UpDirection. This provides the standard free camera experience and is the default setting. | |
TargetPosition | Gets the camera look position as Vector3. | |
UpDirection | Gets or sets the camera the up direction as Vector3. |