|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.MaterialStateConfig.Side
public static class MaterialStateConfig.Side
The parameters of one side.
| Field Summary | |
|---|---|
Color4f |
ambient
The ambient reflectivity. |
Color4f |
diffuse
The diffuse reflectivity. |
Color4f |
emission
The emissive color. |
float |
shininess
The specular exponent. |
Color4f |
specular
The specular reflectivity. |
| Constructor Summary | |
|---|---|
MaterialStateConfig.Side()
|
|
| Method Summary | |
|---|---|
void |
set(MaterialStateConfig.OneSided other)
Sets all of the parameters to those in the supplied config. |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable(mode="alpha") public Color4f ambient
@Editable(mode="alpha") public Color4f diffuse
@Editable(mode="alpha") public Color4f specular
@Editable(mode="alpha") public Color4f emission
@Editable(min=0.0,
max=128.0,
step=0.1)
public float shininess
| Constructor Detail |
|---|
public MaterialStateConfig.Side()
| Method Detail |
|---|
public void set(MaterialStateConfig.OneSided other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||