Class Matrix4Attribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.shader.attribute.Matrix4Attribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatrix4Attribute(int index) Matrix4Attribute(int index, com.badlogic.gdx.math.Matrix4 value) -
Method Summary
Modifier and TypeMethodDescriptionintcopy()static Matrix4AttributecreateEnvRotation(float azymuthAngleDegree) static Matrix4AttributecreateEnvRotation(com.badlogic.gdx.math.Matrix4 matrix) booleaninthashCode()set(float azimuthAngleDegree) set(com.badlogic.gdx.math.Matrix4 value) Methods inherited from class Attribute
equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, register, toString
-
Field Details
-
ShadowMapProjViewTransAlias
- See Also:
-
ShadowMapProjViewTrans
public static final int ShadowMapProjViewTrans -
EnvRotationAlias
- See Also:
-
EnvRotation
public static final int EnvRotation -
value
public com.badlogic.gdx.math.Matrix4 value
-
-
Constructor Details
-
Matrix4Attribute
public Matrix4Attribute(int index) -
Matrix4Attribute
public Matrix4Attribute(int index, com.badlogic.gdx.math.Matrix4 value)
-
-
Method Details
-
createEnvRotation
-
createEnvRotation
-
set
-
set
-
copy
-
hashCode
-
equals
-
compareTo
-