Enum Class EDhApiDebugRendering

java.lang.Object
java.lang.Enum<EDhApiDebugRendering>
com.seibel.distanthorizons.api.enums.rendering.EDhApiDebugRendering
All Implemented Interfaces:
Serializable, Comparable<EDhApiDebugRendering>, Constable

public enum EDhApiDebugRendering extends Enum<EDhApiDebugRendering>
OFF,
SHOW_DETAIL,
SHOW_GENMODE,
SHOW_OVERLAPPING_QUADS,
SHOW_RENDER_SOURCE_FLAG,
Since:
API 2.0.0
  • Enum Constant Details

    • OFF

      public static final EDhApiDebugRendering OFF
      LODs are rendered normally
    • SHOW_DETAIL

      public static final EDhApiDebugRendering SHOW_DETAIL
      LOD colors are based on their detail
    • SHOW_BLOCK_MATERIAL

      public static final EDhApiDebugRendering SHOW_BLOCK_MATERIAL
      Block Materials are often used by Iris shaders to determine how LODs should be rendered
    • SHOW_OVERLAPPING_QUADS

      public static final EDhApiDebugRendering SHOW_OVERLAPPING_QUADS
      Only draw overlapping LOD quads.
    • SHOW_RENDER_SOURCE_FLAG

      public static final EDhApiDebugRendering SHOW_RENDER_SOURCE_FLAG
      LOD colors are based on renderSource flags.
  • Method Details

    • values

      public static EDhApiDebugRendering[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EDhApiDebugRendering valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • next

      public static EDhApiDebugRendering next(EDhApiDebugRendering type)
    • previous

      public static EDhApiDebugRendering previous(EDhApiDebugRendering type)