|
WpfCameraUpdate 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.CamerasAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public override 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