Class DepthMapAttribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.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
-
Constructor Summary
Constructors Constructor Description DepthMapAttribute(long type)
DepthMapAttribute(long type, com.badlogic.gdx.graphics.Texture tex)
DepthMapAttribute(DepthMapAttribute copyFrom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
TODO Implement thiscom.badlogic.gdx.graphics.g3d.Attribute
copy()
boolean
equals(java.lang.Object obj)
void
set(com.badlogic.gdx.graphics.Texture tex)
-
-
-
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)
-
DepthMapAttribute
public DepthMapAttribute(DepthMapAttribute copyFrom)
-
-
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 classcom.badlogic.gdx.graphics.g3d.Attribute
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
TODO Implement this
-
-