Class DepthMapAttribute

  • All Implemented Interfaces:
    java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>

    public class DepthMapAttribute
    extends com.badlogic.gdx.graphics.g3d.Attribute
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ShadowTexture  
      static java.lang.String ShadowTextureAlias  
      com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription  
      • Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute

        type
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(com.badlogic.gdx.graphics.g3d.Attribute o)
      TODO Implement this
      com.badlogic.gdx.graphics.g3d.Attribute copy()  
      boolean equals​(java.lang.Object obj)  
      void set​(com.badlogic.gdx.graphics.Texture tex)  
      • Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute

        equals, getAttributeAlias, getAttributeType, hashCode, register, toString
      • Methods inherited from class java.lang.Object

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

      • ShadowTextureAlias

        public static final java.lang.String ShadowTextureAlias
        See Also:
        Constant Field Values
      • ShadowTexture

        public static final long ShadowTexture
      • textureDescription

        public final com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription
    • Constructor Detail

      • DepthMapAttribute

        public DepthMapAttribute​(long type)
      • DepthMapAttribute

        public DepthMapAttribute​(long type,
                                 com.badlogic.gdx.graphics.Texture tex)
    • Method Detail

      • set

        public void set​(com.badlogic.gdx.graphics.Texture tex)
      • copy

        public com.badlogic.gdx.graphics.g3d.Attribute copy()
        Specified by:
        copy in class com.badlogic.gdx.graphics.g3d.Attribute
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class com.badlogic.gdx.graphics.g3d.Attribute
      • compareTo

        public int compareTo​(com.badlogic.gdx.graphics.g3d.Attribute o)
        TODO Implement this