Class SpecialModels
java.lang.Object
com.simibubi.create.foundation.render.SpecialModels
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic dev.engine_room.flywheel.api.model.ModelchunkDiffuse(dev.engine_room.flywheel.lib.model.baked.PartialModel partial) static dev.engine_room.flywheel.api.model.ModelflatChunk(dev.engine_room.flywheel.lib.model.baked.PartialModel partial) static dev.engine_room.flywheel.api.model.ModelflatLit(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
-
Constructor Details
-
SpecialModels
public SpecialModels()
-
-
Method Details
-
flatLit
public static dev.engine_room.flywheel.api.model.Model flatLit(dev.engine_room.flywheel.lib.model.baked.PartialModel partial) -
flatChunk
public static dev.engine_room.flywheel.api.model.Model flatChunk(dev.engine_room.flywheel.lib.model.baked.PartialModel partial) -
chunkDiffuse
public static dev.engine_room.flywheel.api.model.Model chunkDiffuse(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
-