Package gaiasky.util.gdx.shader
Class Matrix3Attribute
java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
gaiasky.util.gdx.shader.Matrix3Attribute
- All Implemented Interfaces:
Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Matrix3Attribute
extends com.badlogic.gdx.graphics.g3d.Attribute
-
Field Summary
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
-
Constructor Summary
ConstructorDescriptionMatrix3Attribute(long type)
Matrix3Attribute(long type, com.badlogic.gdx.math.Matrix3 value)
-
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, getAttributeAlias, getAttributeType, register, toString
-
Field Details
-
value
public com.badlogic.gdx.math.Matrix3 value -
Gwmat3Alias
- See Also:
- Constant Field Values
-
Gwmat3
public static final long Gwmat3
-
-
Constructor Details
-
Matrix3Attribute
public Matrix3Attribute(long type) -
Matrix3Attribute
public Matrix3Attribute(long type, com.badlogic.gdx.math.Matrix3 value)
-
-
Method Details
-
set
public void set(com.badlogic.gdx.math.Matrix3 value) -
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)
-