Package | Description |
---|---|
cz.agents.alite.vis3d.material |
Modifier and Type | Method and Description |
---|---|
static MaterialProvider.MaterialType |
MaterialProvider.MaterialType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaterialProvider.MaterialType[] |
MaterialProvider.MaterialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
com.jme3.material.Material |
MaterialProvider.getSolidMaterial(int r,
int g,
int b,
MaterialProvider.MaterialType materialType) |
com.jme3.material.Material |
MaterialProvider.getTransparentMaterial(int r,
int g,
int b,
float a,
MaterialProvider.MaterialType materialType) |