Package zombie.core.skinnedmodel.model
Class SoftwareModelMesh
java.lang.Object
zombie.core.skinnedmodel.model.SoftwareModelMesh
-
Field Summary
Modifier and TypeFieldDescriptionint[]
-
Constructor Summary
ConstructorDescriptionSoftwareModelMesh
(VertexPositionNormalTangentTexture[] vertexPositionNormalTangentTextureArray, int[] intArray) SoftwareModelMesh
(VertexPositionNormalTangentTextureSkin[] vertexPositionNormalTangentTextureSkinArray, int[] intArray) -
Method Summary
-
Field Details
-
indicesUnskinned
public int[] indicesUnskinned -
verticesUnskinned
-
Texture
-
vb
-
-
Constructor Details
-
SoftwareModelMesh
public SoftwareModelMesh(VertexPositionNormalTangentTextureSkin[] vertexPositionNormalTangentTextureSkinArray, int[] intArray) -
SoftwareModelMesh
public SoftwareModelMesh(VertexPositionNormalTangentTexture[] vertexPositionNormalTangentTextureArray, int[] intArray)
-