| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.fog | |
| org.achtern.AchternEngine.core.scenegraph.entity |
| Modifier and Type | Field and Description |
|---|---|
protected Fog.Mode |
Fog.mode |
| Modifier and Type | Method and Description |
|---|---|
static Fog.Mode |
Fog.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fog.Mode[] |
Fog.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Fog(Color color,
float density,
Fog.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
Fog.Mode |
FogGenerator.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
FogGenerator.setMode(Fog.Mode mode) |
| Constructor and Description |
|---|
FogGenerator(Color color,
float density,
Fog.Mode mode) |
FogGenerator(Color color,
Vector2f range,
float density,
Fog.Mode mode) |
Copyright © 2014. All rights reserved.