Click or drag to resize

CameraGetBodyAxes Method

Get the rotation axes excluding the HeadYawPitchRoll offset.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void GetBodyAxes(
	out Vector3 viewVector,
	out Vector3 rightVector,
	out Vector3 upVector
)

Parameters

viewVector  Vector3
The forward vector of the camera.
rightVector  Vector3
The right vector of the camera.
upVector  Vector3
The up vector of the camera.
See Also