Click or drag to resize
AB4D logo

StereoscopicCameraUpdate Method

Update method updates the camera matrices when needed (when there were any change in the camera properties) or when forceMatrixUpdate is set to true.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void Update(
	bool forceMatrixUpdate = false
)

Parameters

forceMatrixUpdate  Boolean  (Optional)
when true, than camera matrices are recalculated regardless if there were any changes in camera properties or not

Implements

ICameraUpdate(Boolean)
See Also