Package gaiasky.util.gdx.shader
Class Vector3Attribute
java.lang.Object
com.badlogic.gdx.graphics.g3d.Attribute
gaiasky.util.gdx.shader.Vector3Attribute
- All Implemented Interfaces:
Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Vector3Attribute
extends com.badlogic.gdx.graphics.g3d.Attribute
-
Field Summary
Modifier and TypeFieldDescriptionstatic long
static String
static long
static String
static long
static String
static long
static String
static long
static String
static long
static String
static long
static String
static long
static String
static long
static String
com.badlogic.gdx.math.Vector3
static long
static String
Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute
type
-
Constructor Summary
ConstructorDescriptionVector3Attribute(long type)
Vector3Attribute(long type, com.badlogic.gdx.math.Vector3 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.Vector3 value -
PlanetPosAlias
- See Also:
- Constant Field Values
-
PlanetPos
public static final long PlanetPos -
LightPosAlias
- See Also:
- Constant Field Values
-
LightPos
public static final long LightPos -
LightPositionAlias
- See Also:
- Constant Field Values
-
LightPosition
public static final long LightPosition -
CameraPosAlias
- See Also:
- Constant Field Values
-
CameraPos
public static final long CameraPos -
InvWavelengthAlias
- See Also:
- Constant Field Values
-
InvWavelength
public static final long InvWavelength -
CameraUpAlias
- See Also:
- Constant Field Values
-
CameraUp
public static final long CameraUp -
VelDirAlias
- See Also:
- Constant Field Values
-
VelDir
public static final long VelDir -
GwAlias
- See Also:
- Constant Field Values
-
Gw
public static final long Gw -
FogColorAlias
- See Also:
- Constant Field Values
-
FogColor
public static final long FogColor -
DCamPosAlias
- See Also:
- Constant Field Values
-
DCamPos
public static final long DCamPos
-
-
Constructor Details
-
Vector3Attribute
public Vector3Attribute(long type) -
Vector3Attribute
public Vector3Attribute(long type, com.badlogic.gdx.math.Vector3 value)
-
-
Method Details
-
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)
-