|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.loader.Material
public class Material
| Field Summary | |
|---|---|
java.lang.String |
name
|
| Constructor Summary | |
|---|---|
Material(java.lang.String name)
|
|
| Method Summary | |
|---|---|
Vertex |
getKd()
|
Texture |
getTexture()
|
void |
setKa(Vertex kd)
|
void |
setTexture(Texture texture)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
| Constructor Detail |
|---|
public Material(java.lang.String name)
| Method Detail |
|---|
public Texture getTexture()
public void setTexture(Texture texture)
public Vertex getKd()
public void setKa(Vertex kd)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||