Package net.fabricmc.fabric.api.renderer.v1.mesh
package net.fabricmc.fabric.api.renderer.v1.mesh
-
ClassDescriptionA bundle of
QuadView
instances encoded by the renderer, typically viaMutableMesh.immutableCopy()
.A bundle ofMutableQuadView
instances encoded by the renderer that can have more quads added to it.A mutableQuadView
instance.SpecializedMutableQuadView
that supports transformers and sends quads to some destination, such as a mesh builder or rendering.Interface for reading quad data encoded inMesh
es.