Class CopyWithPoseModifier.OriginalCopy

java.lang.Object
team.lodestar.lodestone.modules.rendering.model.obj.modifier.modifiers.CopyWithPoseModifier.OriginalCopy
Enclosing class:
CopyWithPoseModifier

public static class CopyWithPoseModifier.OriginalCopy extends Object
  • Field Details

    • positions

      public final List<org.joml.Vector3f> positions
    • normals

      public final List<org.joml.Vector3f> normals
    • uvs

      public final List<org.joml.Vector2f> uvs
    • meshes

      public final List<IndexedMesh> meshes
    • indexedVertices

      public final List<IndexedVertex> indexedVertices
    • copiedVertexCount

      public int copiedVertexCount
  • Constructor Details

  • Method Details

    • getPositions

      public List<org.joml.Vector3f> getPositions()
    • getNormals

      public List<org.joml.Vector3f> getNormals()
    • getUvs

      public List<org.joml.Vector2f> getUvs()
    • getMeshes

      public List<IndexedMesh> getMeshes()
    • getIndexedVertices

      public List<IndexedVertex> getIndexedVertices()