Class MirrorSourceAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.MirrorSourceAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.badlogic.gdx.math.Vector3
final com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture>
static final int
static final String
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, hashCode, register, toString
-
Field Details
-
TypeAlias
- See Also:
-
Type
public static final int Type -
textureDescription
public final com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription -
normal
public final com.badlogic.gdx.math.Vector3 normal
-
-
Constructor Details
-
MirrorSourceAttribute
public MirrorSourceAttribute()
-
-
Method Details
-
compareTo
-
copy
-
set
public MirrorSourceAttribute set(com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription, com.badlogic.gdx.math.Vector3 normal)
-