Class VertexPositionNormalTangentTextureSkin

java.lang.Object
zombie.core.skinnedmodel.model.VertexPositionNormalTangentTextureSkin

public final class VertexPositionNormalTangentTextureSkin extends Object
Created by LEMMYATI on 03/01/14.
  • Field Details

    • position

      public Vector3 position
    • normal

      public Vector3 normal
    • tangent

      public Vector3 tangent
    • textureCoordinates

      public Vector2 textureCoordinates
    • blendWeights

      public Vector4 blendWeights
    • blendIndices

      public UInt4 blendIndices
  • Constructor Details

    • VertexPositionNormalTangentTextureSkin

      public VertexPositionNormalTangentTextureSkin()
    • VertexPositionNormalTangentTextureSkin

      public VertexPositionNormalTangentTextureSkin(Vector3 position, Vector3 normal, Vector3 tangent, Vector2 uv, Vector4 blendweights, UInt4 blendIndices)
  • Method Details