Class RenderConstants
java.lang.Object
com.soulfiremc.server.renderer.RenderConstants
Constants used throughout the rendering system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleDefault field of view in degrees.static final intDefault render height in pixels.static final intDefault render width in pixels.static final intEntity hitbox color (red).static final intSky color (light blue).static final intVoid color (dark blue). -
Method Summary
-
Field Details
-
DEFAULT_WIDTH
public static final int DEFAULT_WIDTHDefault render width in pixels.- See Also:
-
DEFAULT_HEIGHT
public static final int DEFAULT_HEIGHTDefault render height in pixels.- See Also:
-
DEFAULT_FOV
public static final double DEFAULT_FOVDefault field of view in degrees.- See Also:
-
SKY_COLOR
public static final int SKY_COLORSky color (light blue).- See Also:
-
VOID_COLOR
public static final int VOID_COLORVoid color (dark blue).- See Also:
-
ENTITY_HITBOX_COLOR
public static final int ENTITY_HITBOX_COLOREntity hitbox color (red).- See Also:
-