|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaterialState.ColorMaterial | |
---|---|
com.jme.scene.state |
Uses of MaterialState.ColorMaterial in com.jme.scene.state |
---|
Fields in com.jme.scene.state declared as MaterialState.ColorMaterial | |
---|---|
protected MaterialState.ColorMaterial |
MaterialState.colorMaterial
|
static MaterialState.ColorMaterial |
MaterialState.defaultColorMaterial
Default color material mode for all material states. |
Methods in com.jme.scene.state that return MaterialState.ColorMaterial | |
---|---|
MaterialState.ColorMaterial |
MaterialState.getColorMaterial()
getColorMaterial retrieves the color material mode, which
determines how geometry colors affect the material. |
static MaterialState.ColorMaterial |
MaterialState.ColorMaterial.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MaterialState.ColorMaterial[] |
MaterialState.ColorMaterial.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme.scene.state with parameters of type MaterialState.ColorMaterial | |
---|---|
void |
MaterialState.setColorMaterial(MaterialState.ColorMaterial material)
setColorMaterial sets the color material mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |