Class FloatExtAttribute

java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
gaiasky.util.gdx.shader.FloatExtAttribute
All Implemented Interfaces:
java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>

public class FloatExtAttribute
extends com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
  • Field Summary

    Fields
    Modifier and Type Field Description
    static long HeightNoiseSize  
    static java.lang.String HeightNoiseSizeAlias  
    static long HeightScale  
    static java.lang.String HeightScaleAlias  
    static long Omgw  
    static java.lang.String OmgwAlias  
    static long TessQuality  
    static java.lang.String TessQualityAlias  
    static long Ts  
    static java.lang.String TsAlias  
    static long Vc  
    static java.lang.String VcAlias  

    Fields inherited from class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute

    AlphaTest, AlphaTestAlias, Shininess, ShininessAlias, value

    Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    type
  • Constructor Summary

    Constructors
    Constructor Description
    FloatExtAttribute​(long type)  
    FloatExtAttribute​(long type, float value)  
  • Method Summary

    Modifier and Type Method Description
    com.badlogic.gdx.graphics.g3d.Attribute copy()  

    Methods inherited from class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute

    compareTo, createAlphaTest, createShininess, hashCode

    Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute

    equals, equals, getAttributeAlias, getAttributeType, register, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • VcAlias

      public static final java.lang.String VcAlias
      See Also:
      Constant Field Values
    • Vc

      public static final long Vc
    • TsAlias

      public static final java.lang.String TsAlias
      See Also:
      Constant Field Values
    • Ts

      public static final long Ts
    • OmgwAlias

      public static final java.lang.String OmgwAlias
      See Also:
      Constant Field Values
    • Omgw

      public static final long Omgw
    • HeightScaleAlias

      public static final java.lang.String HeightScaleAlias
      See Also:
      Constant Field Values
    • HeightScale

      public static final long HeightScale
    • HeightNoiseSizeAlias

      public static final java.lang.String HeightNoiseSizeAlias
      See Also:
      Constant Field Values
    • HeightNoiseSize

      public static final long HeightNoiseSize
    • TessQualityAlias

      public static final java.lang.String TessQualityAlias
      See Also:
      Constant Field Values
    • TessQuality

      public static final long TessQuality
  • Constructor Details

    • FloatExtAttribute

      public FloatExtAttribute​(long type)
    • FloatExtAttribute

      public FloatExtAttribute​(long type, float value)
  • Method Details

    • copy

      public com.badlogic.gdx.graphics.g3d.Attribute copy()
      Overrides:
      copy in class com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute