Creates a new PerspectiveProjection.
The configuration options.
Protected_The projection matrix.
Aspect ratio (width / height).
Far clip plane.
Field of view in radians.
Near clip plane.
ReadonlytypeThe type of the projection.
Sets the aspect ratio of the projection.
The aspect ratio (width / height).
Updates the projection matrix based on current properties.
Adjusts the zoom/scale of the projection.
The zoom delta.
StaticfromCreates a PerspectiveProjection from engine config options.
The projection options from EngineOptions.
The initial aspect ratio.
Perspective camera projection for 3D views.