java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.FogAttribute
All Implemented Interfaces:
Comparable<Attribute>

public class FogAttribute extends Attribute
  • Field Details

    • FogEquationAlias

      public static final String 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

    • createFog

      public static FogAttribute createFog(float near, float far, float exponent)
    • set

      public Attribute set(com.badlogic.gdx.math.Vector3 value)
    • set

      public FogAttribute set(float near, float far, float exponent)
    • copy

      public Attribute copy()
      Specified by:
      copy in class Attribute
      Returns:
      An exact copy of this attribute
    • compareTo

      public int compareTo(Attribute o)