TZCameraMatrix_Projection(Int32, Int32) Propriété

Récupère ou défini la matrice de projection

Definition

Espace de nom: Tzu3D.Component
Assembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
C#
public Matrix this[
	int Width,
	int height
] { get; set; }

Parameters

Width  Int32
Largeur du Viewport
height  Int32
Hauteur du Viewport

Valeur de retour

Matrix
Retourne la matrice de Projection orthographique reconstruite

Voir aussi