Click or drag to resize
AB4D logo

FirstPersonCameraTurnTo(Point3D) Method

Turns the camera to the direction of the specified position

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public void TurnTo(
	Point3D position
)

Parameters

position  Point3D
position as Point3D
See Also