Class FogAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.FogAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final String
final com.badlogic.gdx.math.Vector3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
copy()
static FogAttribute
createFog
(float near, float far, float exponent) set
(float near, float far, float exponent) set
(com.badlogic.gdx.math.Vector3 value) Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, hashCode, register, toString
-
Field Details
-
FogEquationAlias
- See Also:
-
FogEquation
public static final int FogEquation -
value
public final com.badlogic.gdx.math.Vector3 value
-
-
Constructor Details
-
FogAttribute
public FogAttribute(int index)
-
-
Method Details