Class CubemapAttribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- com.badlogic.gdx.graphics.g3d.attributes.CubemapAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static longEnvironmentMapstatic java.lang.StringEnvironmentMapAliasprotected static longMaskTextureDescriptor<Cubemap>textureDescription
-
Constructor Summary
Constructors Constructor Description CubemapAttribute(long type)CubemapAttribute(long type, Cubemap texture)CubemapAttribute(long type, TextureDescriptor<T> textureDescription)CubemapAttribute(CubemapAttribute copyFrom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Attribute o)Attributecopy()inthashCode()static booleanis(long mask)-
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, equals, getAttributeAlias, getAttributeType, register, toString
-
-
-
-
Field Detail
-
EnvironmentMapAlias
public static final java.lang.String EnvironmentMapAlias
- See Also:
- Constant Field Values
-
EnvironmentMap
public static final long EnvironmentMap
-
Mask
protected static long Mask
-
textureDescription
public final TextureDescriptor<Cubemap> textureDescription
-
-
Constructor Detail
-
CubemapAttribute
public CubemapAttribute(long type)
-
CubemapAttribute
public CubemapAttribute(long type, TextureDescriptor<T> textureDescription)
-
CubemapAttribute
public CubemapAttribute(long type, Cubemap texture)
-
CubemapAttribute
public CubemapAttribute(CubemapAttribute copyFrom)
-
-