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

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

public class ModelMaterial
extends Object


Nested Class Summary
static class ModelMaterial.MaterialType
           
 
Field Summary
 Color ambient
           
 Color diffuse
           
 Color emissive
           
 String id
           
 float opacity
           
 Color reflection
           
 float shininess
           
 Color specular
           
 Array<ModelTexture> textures
           
 ModelMaterial.MaterialType type
           
 
Constructor Summary
ModelMaterial()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

type

public ModelMaterial.MaterialType type

ambient

public Color ambient

diffuse

public Color diffuse

specular

public Color specular

emissive

public Color emissive

reflection

public Color reflection

shininess

public float shininess

opacity

public float opacity

textures

public Array<ModelTexture> textures
Constructor Detail

ModelMaterial

public ModelMaterial()


Copyright © 2013. All Rights Reserved.