Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • Vc

        public static final long Vc
      • Ts

        public static final long Ts
      • 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 Detail

      • FloatExtAttribute

        public FloatExtAttribute​(long type)
      • FloatExtAttribute

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

      • copy

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