All Superinterfaces:
MeshView

public interface Mesh extends MeshView
An immutable bundle of quads encoded by the renderer, typically via MutableMesh.immutableCopy().

All declared methods in this interface and inherited methods from MeshView are thread-safe and may be used concurrently.

Only the renderer should implement or extend this interface.

See Also: