Click or drag to resize

ViewportRenderingContextSetViewport Method (Viewport, Matrix4F, Matrix4F)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetViewport(
	Viewport viewport,
	Matrix4F viewMatrix,
	Matrix4F projectionMatrix
)

Parameters

viewport
Type: NeoAxisViewport
viewMatrix
Type: NeoAxisMatrix4F
projectionMatrix
Type: NeoAxisMatrix4F
See Also