Click or drag to resize
Ab4d.SharpEngine logo

CameraSetCameraMatrices Method

SetCameraMatrices method can be called from a derived class to change the View and Projection matrix after the View and Projection matrices were calculated by the derived class.

Namespace: Ab4d.SharpEngine.Cameras
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
protected void SetCameraMatrices(
	 in Matrix4x4? view,
	 in Matrix4x4? projection
)

Parameters

view  Matrix4x4
view matrix
projection  Matrix4x4
projection matrix
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Cameras.Camera.SetCameraMatrices(System.Numerics.Matrix4x4@,System.Numerics.Matrix4x4@)"]

See Also