|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.Material3ds
public class Material3ds
Material definition. Only the material name is loaded from the 3ds-file.
| Constructor Summary | |
|---|---|
Material3ds()
|
|
| Method Summary | |
|---|---|
Color3ds |
ambient()
Get ambient color. |
Color3ds |
diffuse()
Get diffuse color. |
java.lang.String |
mapName()
Get material filename. |
java.lang.String |
name()
Get material name. |
Color3ds |
specular()
Get specular color. |
float |
transparency()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Material3ds()
| Method Detail |
|---|
public java.lang.String name()
public java.lang.String mapName()
public Color3ds diffuse()
public Color3ds ambient()
public Color3ds specular()
public float transparency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||