Package gaiasky.util.gdx.shader
Class Matrix4Attribute
java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
gaiasky.util.gdx.shader.Matrix4Attribute
- All Implemented Interfaces:
java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Matrix4Attribute
extends com.badlogic.gdx.graphics.g3d.Attribute
-
Field Summary
Fields Modifier and Type Field Description static long
PrevProjView
static java.lang.String
PrevProjViewAlias
static long
ShadowMapProjViewTrans
static java.lang.String
ShadowMapProjViewTransAlias
com.badlogic.gdx.math.Matrix4
value
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
-
Constructor Summary
Constructors Constructor Description Matrix4Attribute(long type)
Matrix4Attribute(long type, com.badlogic.gdx.math.Matrix4 value)
-
Method Summary
Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute
equals, getAttributeAlias, getAttributeType, register, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
value
public com.badlogic.gdx.math.Matrix4 value -
ShadowMapProjViewTransAlias
public static final java.lang.String ShadowMapProjViewTransAlias- See Also:
- Constant Field Values
-
ShadowMapProjViewTrans
public static final long ShadowMapProjViewTrans -
PrevProjViewAlias
public static final java.lang.String PrevProjViewAlias- See Also:
- Constant Field Values
-
PrevProjView
public static final long PrevProjView
-
-
Constructor Details
-
Matrix4Attribute
public Matrix4Attribute(long type) -
Matrix4Attribute
public Matrix4Attribute(long type, com.badlogic.gdx.math.Matrix4 value)
-
-
Method Details
-
set
public void set(com.badlogic.gdx.math.Matrix4 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
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
-