Class RenderConstants

java.lang.Object
com.soulfiremc.server.renderer.RenderConstants

public final class RenderConstants extends Object
Constants used throughout the rendering system.
  • Field Details

    • DEFAULT_WIDTH

      public static final int DEFAULT_WIDTH
      Default render width in pixels.
      See Also:
    • DEFAULT_HEIGHT

      public static final int DEFAULT_HEIGHT
      Default render height in pixels.
      See Also:
    • DEFAULT_FOV

      public static final double DEFAULT_FOV
      Default field of view in degrees.
      See Also:
    • SKY_COLOR

      public static final int SKY_COLOR
      Sky color (light blue).
      See Also:
    • VOID_COLOR

      public static final int VOID_COLOR
      Void color (dark blue).
      See Also:
    • ENTITY_HITBOX_COLOR

      public static final int ENTITY_HITBOX_COLOR
      Entity hitbox color (red).
      See Also: