Class ModelMaterial
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.model.data.ModelMaterial
-
public class ModelMaterial extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelMaterial.MaterialType
-
Constructor Summary
Constructors Constructor Description ModelMaterial()
-
-
-
Field Detail
-
id
public java.lang.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
-
-