com.badlogic.gdx.graphics.g3d.model.data
Class ModelTexture

java.lang.Object
  extended by com.badlogic.gdx.graphics.g3d.model.data.ModelTexture

public class ModelTexture
extends Object


Field Summary
 String fileName
           
 String id
           
 int usage
           
static int USAGE_AMBIENT
           
static int USAGE_BUMP
           
static int USAGE_DIFFUSE
           
static int USAGE_EMISSIVE
           
static int USAGE_NONE
           
static int USAGE_NORMAL
           
static int USAGE_REFLECTION
           
static int USAGE_SHININESS
           
static int USAGE_SPECULAR
           
static int USAGE_TRANSPARENCY
           
static int USAGE_UNKNOWN
           
 Vector2 uvScaling
           
 Vector2 uvTranslation
           
 
Constructor Summary
ModelTexture()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USAGE_UNKNOWN

public static final int USAGE_UNKNOWN
See Also:
Constant Field Values

USAGE_NONE

public static final int USAGE_NONE
See Also:
Constant Field Values

USAGE_DIFFUSE

public static final int USAGE_DIFFUSE
See Also:
Constant Field Values

USAGE_EMISSIVE

public static final int USAGE_EMISSIVE
See Also:
Constant Field Values

USAGE_AMBIENT

public static final int USAGE_AMBIENT
See Also:
Constant Field Values

USAGE_SPECULAR

public static final int USAGE_SPECULAR
See Also:
Constant Field Values

USAGE_SHININESS

public static final int USAGE_SHININESS
See Also:
Constant Field Values

USAGE_NORMAL

public static final int USAGE_NORMAL
See Also:
Constant Field Values

USAGE_BUMP

public static final int USAGE_BUMP
See Also:
Constant Field Values

USAGE_TRANSPARENCY

public static final int USAGE_TRANSPARENCY
See Also:
Constant Field Values

USAGE_REFLECTION

public static final int USAGE_REFLECTION
See Also:
Constant Field Values

id

public String id

fileName

public String fileName

uvTranslation

public Vector2 uvTranslation

uvScaling

public Vector2 uvScaling

usage

public int usage
Constructor Detail

ModelTexture

public ModelTexture()


Copyright © 2013. All Rights Reserved.