Class ObjGeometry.ModelMesh
java.lang.Object
net.neoforged.neoforge.client.model.obj.ObjGeometry.ModelMesh
- Enclosing class:
ObjGeometry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelMesh
(ObjMaterialLibrary.Material currentMat, @Nullable String currentSmoothingGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuads
(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties)
-
Field Details
-
mat
-
smoothingGroup
-
faces
-
-
Constructor Details
-
ModelMesh
public ModelMesh(@Nullable ObjMaterialLibrary.Material currentMat, @Nullable @Nullable String currentSmoothingGroup)
-
-
Method Details
-
addQuads
public void addQuads(QuadCollection.Builder builder, TextureSlots slots, ModelBaker baker, ModelState state, ModelDebugName debugName, ContextMap additionalProperties)
-