Package zombie.core.skinnedmodel.model
Class VertexPositionNormalTangentTexture
java.lang.Object
zombie.core.skinnedmodel.model.VertexPositionNormalTangentTexture
public class VertexPositionNormalTangentTexture
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VertexPositionNormalTangentTexture(Vector3 vector3, Vector3 vector32, Vector3 vector33, Vector2 vector2)
-
Method Summary
Modifier and Type Method Description void
put(java.nio.ByteBuffer byteBuffer)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Position
-
Normal
-
Tangent
-
TextureCoordinates
-
-
Constructor Details
-
VertexPositionNormalTangentTexture
-
-
Method Details
-
put
public void put(java.nio.ByteBuffer byteBuffer)
-