Click or drag to resize
AB4D logo

MatrixCameraSetCameraPosition Method

Sets camera's position. This prevents calling invert on view matrix when the GetCameraPosition is called. This method should be called after setting View matrix.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void SetCameraPosition(
	Vector3 cameraPosition
)

Parameters

cameraPosition  Vector3
Vector3 as camera position
See Also