Click or drag to resize
MaterialAPISetViewProjection Method
Set materials view and projection matrixes (shared by all materials).

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void SetViewProjection(
	Matrix view,
	Matrix projection
)

Parameters

view
Type: Matrix
Current view matrix.
projection
Type: Matrix
Current projection matrix.
See Also