Click or drag to resize
AB4D logo

FreeCameraRotationCenterPosition Property

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.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3D? RotationCenterPosition { get; set; }

Property Value

NullablePoint3D
Remarks

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.

The difference between RotationCenterPosition and TargetPosition is that TargetPosition is a 3D position that the camera is looking at and is always in the center of Viewport3D.

See Also