com.badlogic.gdx.graphics.g3d.attributes
Class CubemapAttribute

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.Attribute
      extended by com.badlogic.gdx.graphics.g3d.attributes.CubemapAttribute

public class CubemapAttribute
extends Attribute


Field Summary
static long EnvironmentMap
           
static String EnvironmentMapAlias
           
 TextureDescriptor<Cubemap> textureDescription
           
 
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
 
Constructor Summary
CubemapAttribute(CubemapAttribute copyFrom)
           
CubemapAttribute(long type)
           
CubemapAttribute(long type, Cubemap texture)
           
CubemapAttribute(long type, TextureDescriptor<T> textureDescription)
           
 
Method Summary
 Attribute copy()
           
static boolean is(long mask)
           
 
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, getAttributeAlias, getAttributeType, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EnvironmentMapAlias

public static final String EnvironmentMapAlias
See Also:
Constant Field Values

EnvironmentMap

public static final long EnvironmentMap

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)
Method Detail

is

public static final boolean is(long mask)

copy

public Attribute copy()
Specified by:
copy in class Attribute
Returns:
An exact copy of this attribute


Copyright © 2013. All Rights Reserved.