Package gaiasky.util.gdx.shader
Class Vector4Attribute
java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
gaiasky.util.gdx.shader.Vector4Attribute
- All Implemented Interfaces:
Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Vector4Attribute
extends com.badlogic.gdx.graphics.g3d.Attribute
-
Field Summary
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
-
Constructor Summary
-
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, getAttributeAlias, getAttributeType, register, toString
-
Field Details
-
value
public float[] value -
HtermsAlias
- See Also:
- Constant Field Values
-
Hterms
public static final long Hterms
-
-
Constructor Details
-
Vector4Attribute
public Vector4Attribute(long type) -
Vector4Attribute
public Vector4Attribute(long type, float[] value)
-
-
Method Details
-
copy
public com.badlogic.gdx.graphics.g3d.Attribute copy()- Specified by:
copy
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
equals
- Overrides:
equals
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
-