Class OBJModel.ModelMesh

  • Enclosing class:
    OBJModel

    private class OBJModel.ModelMesh
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • smoothingGroup

        @Nullable
        public java.lang.String smoothingGroup
      • faces

        public final java.util.List<int[][]> faces
    • Constructor Detail

      • ModelMesh

        public ModelMesh​(@Nullable
                         MaterialLibrary.Material currentMat,
                         @Nullable
                         java.lang.String currentSmoothingGroup)