Package gaiasky.util.gdx.shader
Class Vector4Attribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- gaiasky.util.gdx.shader.Vector4Attribute
-
- All Implemented Interfaces:
java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Vector4Attribute extends com.badlogic.gdx.graphics.g3d.Attribute
-
-
Field Summary
Fields Modifier and Type Field Description static longHtermsstatic java.lang.StringHtermsAliasfloat[]value
-
Constructor Summary
Constructors Constructor Description Vector4Attribute(long type)Vector4Attribute(long type, float[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(com.badlogic.gdx.graphics.g3d.Attribute o)com.badlogic.gdx.graphics.g3d.Attributecopy()booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
value
public float[] value
-
HtermsAlias
public static final java.lang.String HtermsAlias
- See Also:
- Constant Field Values
-
Hterms
public static final long Hterms
-
-
Method Detail
-
copy
public com.badlogic.gdx.graphics.g3d.Attribute copy()
- Specified by:
copyin classcom.badlogic.gdx.graphics.g3d.Attribute
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.badlogic.gdx.graphics.g3d.Attribute
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
-
-