Class CopyWithPoseModifier.OriginalCopy
java.lang.Object
team.lodestar.lodestone.modules.rendering.model.obj.modifier.modifiers.CopyWithPoseModifier.OriginalCopy
- Enclosing class:
CopyWithPoseModifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionintfinal List<IndexedVertex> final List<IndexedMesh> final List<org.joml.Vector3f> final List<org.joml.Vector3f> final List<org.joml.Vector2f> -
Constructor Summary
ConstructorsConstructorDescriptionOriginalCopy(List<org.joml.Vector3f> positions, List<org.joml.Vector3f> normals, List<org.joml.Vector2f> uvs, List<IndexedMesh> meshes, List<IndexedVertex> indexedVertices) OriginalCopy(ObjParser.Builder model) -
Method Summary
-
Field Details
-
positions
-
normals
-
uvs
-
meshes
-
indexedVertices
-
copiedVertexCount
public int copiedVertexCount
-
-
Constructor Details
-
OriginalCopy
-
OriginalCopy
public OriginalCopy(List<org.joml.Vector3f> positions, List<org.joml.Vector3f> normals, List<org.joml.Vector2f> uvs, List<IndexedMesh> meshes, List<IndexedVertex> indexedVertices)
-
-
Method Details
-
getPositions
-
getNormals
-
getUvs
-
getMeshes
-
getIndexedVertices
-