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

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

public class FloatAttribute
extends Attribute


Field Summary
static long AlphaTest
           
static String AlphaTestAlias
           
static long Shininess
           
static String ShininessAlias
           
 float value
           
 
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
 
Constructor Summary
FloatAttribute(long type)
           
FloatAttribute(long type, float value)
           
 
Method Summary
 Attribute copy()
           
static FloatAttribute createAlphaTest(float value)
           
static FloatAttribute createShininess(float value)
           
 
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

ShininessAlias

public static final String ShininessAlias
See Also:
Constant Field Values

Shininess

public static final long Shininess

AlphaTestAlias

public static final String AlphaTestAlias
See Also:
Constant Field Values

AlphaTest

public static final long AlphaTest

value

public float value
Constructor Detail

FloatAttribute

public FloatAttribute(long type)

FloatAttribute

public FloatAttribute(long type,
                      float value)
Method Detail

createShininess

public static FloatAttribute createShininess(float value)

createAlphaTest

public static FloatAttribute createAlphaTest(float value)

copy

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


Copyright © 2013. All Rights Reserved.