public class Material extends CommonDataStore
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOGGER |
protected boolean |
wireframe |
| Constructor and Description |
|---|
Material() |
| Modifier and Type | Method and Description |
|---|---|
void |
asWireframe(boolean wireframe) |
Color |
getColor() |
Texture |
getTexture(String name)
Retrieve a Texture
|
void |
setColor(Color color) |
addColor, addFloat, addInteger, addMatrix, addTexture, addVector, getColor, getFloat, getInteger, getMatrix, getVector, hasColor, hasFloat, hasInteger, hasMatrix, hasTexture, hasVectorpublic static final org.slf4j.Logger LOGGER
protected boolean wireframe
public Texture getTexture(String name)
DataStoregetTexture in interface DataStoregetTexture in class CommonDataStorename - keyDataStore.getTexture(String)public void setColor(Color color)
public Color getColor()
public void asWireframe(boolean wireframe)
Copyright © 2014. All rights reserved.