Click or drag to resize
AB4D logo

ICameraUpdate 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
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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
See Also