Free |
The FreeCamera type exposes the following members.
Name | Description | |
---|---|---|
CameraPosition | Gets or sets the position of the camera. | |
RotationCenterPosition | Gets or sets a nullable Point3D that can specify a custom 3D position around which this FreeCamera is rotated. When RotationCenterPosition is set (not null) and this camera is rotated then the TargetPosition and CameraPosition are changed. | |
RotationUpAxis | Gets or sets a nullable Vector3D 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 or sets the position where the camera is looking at and around which point the camera is being rotated. | |
UpDirection | Gets or sets a Vector3D that specifies the up direction of the camera. |