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 position, Vector3 normal, Vector3 tangent, Vector2 uv)
-
Method Summary
Modifier and Type Method Description void
put(java.nio.ByteBuffer buf)
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 buf)
-