Class MultiLODModel
java.lang.Object
team.lodestar.lodestone.systems.model.obj.ObjModel
team.lodestar.lodestone.systems.model.obj.lod.MultiLODModel
-
Field Summary
Fields inherited from class team.lodestar.lodestone.systems.model.obj.ObjModel
faces, modelLocation, objParser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidrenderModel(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.RenderType renderType, int packedLight) Renders the model.
-
Constructor Details
-
MultiLODModel
-
-
Method Details
-
loadModel
public void loadModel() -
renderModel
public void renderModel(com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.RenderType renderType, int packedLight) Description copied from class:ObjModelRenders the model.- Overrides:
renderModelin classObjModel- Parameters:
poseStack- The pose stack.renderType- The render type.packedLight- The packed light.
-