Class Raylib.CameraProjection
java.lang.Object
com.raylib.Raylib.CameraProjection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Orthographic projectionstatic final int
Perspective projection -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CAMERA_PERSPECTIVE
public static final int CAMERA_PERSPECTIVEPerspective projection- See Also:
-
CAMERA_ORTHOGRAPHIC
public static final int CAMERA_ORTHOGRAPHICOrthographic projection- See Also:
-
-
Constructor Details
-
CameraProjection
public CameraProjection()
-