Ditto.PropertypublicfloatNear { get; set; }: distance of the view-frustum planePropertypublicfloatFar { get; set; }: distance of the view-frustum plane
Class public PerspectiveProjection
is ProjectionDitto.PropertypublicfloatFovY { get; set; }: the field of view y angle in radians.
Constructor()
Create a new perspective projection.
float fovY: in radians
Class public OrthographicProjection
is ProjectionDitto.PropertypublicfloatScale { get; set; }: that is applied in the transformation to the projection plan.