Click or drag to resize
AB4D logo

FreeCamera Properties

The FreeCamera type exposes the following members.

Properties
 NameDescription
Public propertyCameraPosition Gets or sets the position of the camera.
Public propertyRotationCenterPosition 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.
Public propertyRotationUpAxis 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.
Public propertyTargetPosition Gets or sets the position where the camera is looking at and around which point the camera is being rotated.
Public propertyUpDirection Gets or sets a Vector3D that specifies the up direction of the camera.
Top
See Also