Class ObjModel.ModelMesh
java.lang.Object
net.minecraftforge.client.model.obj.ObjModel.ModelMesh
- Enclosing class:
- ObjModel
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionModelMesh(ObjMaterialLibrary.Material currentMat, @Nullable String currentSmoothingGroup) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform) voidbake(CompositeRenderable.PartBuilder<?> builder, IGeometryBakingContext configuration) 
- 
Field Details- 
mat
- 
smoothingGroup
- 
faces
 
- 
- 
Constructor Details- 
ModelMeshpublic ModelMesh(@Nullable ObjMaterialLibrary.Material currentMat, @Nullable @Nullable String currentSmoothingGroup) 
 
- 
- 
Method Details- 
addQuadspublic void addQuads(IGeometryBakingContext owner, IModelBuilder<?> modelBuilder, Function<Material, TextureAtlasSprite> spriteGetter, ModelState modelTransform) 
- 
bake
 
-