Package net.fabricmc.fabric.impl.client.indigo.renderer.mesh

Types

EncodingFormat
Link copied to clipboard
public abstract class EncodingFormat
Holds all the array offsets and bit-wise encoders/decoders for packing/unpacking quad data in an array of integers.
MeshBuilderImpl
Link copied to clipboard
public class MeshBuilderImpl implements MeshBuilder
Our implementation of MeshBuilder, used for static mesh creation and baking.
MeshImpl
Link copied to clipboard
public class MeshImpl implements Mesh
Implementation of Mesh.
MutableQuadViewImpl
Link copied to clipboard
public abstract class MutableQuadViewImpl extends QuadViewImpl implements QuadEmitter
Almost-concrete implementation of a mutable quad.
QuadViewImpl
Link copied to clipboard
public class QuadViewImpl implements QuadView
Base class for all quads / quad makers.