public class FogAttribute
extends com.badlogic.gdx.graphics.g3d.Attribute
| Modifier and Type | Field and Description |
|---|---|
static long |
FogEquation |
static java.lang.String |
FogEquationAlias |
com.badlogic.gdx.math.Vector3 |
value |
| Constructor and Description |
|---|
FogAttribute(long type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.badlogic.gdx.graphics.g3d.Attribute o) |
com.badlogic.gdx.graphics.g3d.Attribute |
copy() |
static FogAttribute |
createFog(float near,
float far,
float exponent) |
FogAttribute |
set(float near,
float far,
float exponent) |
com.badlogic.gdx.graphics.g3d.Attribute |
set(com.badlogic.gdx.math.Vector3 value) |
public static final java.lang.String FogEquationAlias
public static final long FogEquation
public final com.badlogic.gdx.math.Vector3 value
public static FogAttribute createFog(float near, float far, float exponent)
public com.badlogic.gdx.graphics.g3d.Attribute set(com.badlogic.gdx.math.Vector3 value)
public FogAttribute set(float near, float far, float exponent)
public com.badlogic.gdx.graphics.g3d.Attribute copy()
copy in class com.badlogic.gdx.graphics.g3d.Attributepublic int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)