Package | Description |
---|---|
com.tyrlib2.graphics.lighting | |
com.tyrlib2.graphics.materials |
Modifier and Type | Method and Description |
---|---|
static LightingType |
LightingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LightingType[] |
LightingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColoredLightedMaterial(Color[] colors,
LightingType type) |
DefaultMaterial3(Context context,
java.lang.String textureName,
float repeatX,
float repeatY,
LightingType type,
Color[] colors) |
DefaultMaterial3(java.lang.String textureName,
float repeatX,
float repeatY,
LightingType type,
Color[] colors) |