Class SpecialModels

java.lang.Object
com.simibubi.create.foundation.render.SpecialModels

public class SpecialModels extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static dev.engine_room.flywheel.api.model.Model
    chunkDiffuse(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
     
    static dev.engine_room.flywheel.api.model.Model
    flatChunk(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
     
    static dev.engine_room.flywheel.api.model.Model
    flatLit(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)