Class Matrix4Attribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.shader.attribute.Matrix4Attribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMatrix4Attribute
(int index) Matrix4Attribute
(int index, com.badlogic.gdx.math.Matrix4 value) -
Method Summary
Modifier and TypeMethodDescriptionint
copy()
static Matrix4Attribute
createEnvRotation
(float azymuthAngleDegree) static Matrix4Attribute
createEnvRotation
(com.badlogic.gdx.math.Matrix4 matrix) boolean
int
hashCode()
set
(float azimuthAngleDegree) set
(com.badlogic.gdx.math.Matrix4 value) Methods inherited from class gaiasky.util.gdx.shader.attribute.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