MeshImpl

public class MeshImpl implements Mesh

Implementation of Mesh. The way we encode meshes makes it very simple.

Functions

data
Link copied to clipboard
Array<int> data()
forEach
Link copied to clipboard
abstract void forEach(Consumer<QuadView> p)
void forEach(Consumer<QuadView> consumer)

Sources

jvm source
Link copied to clipboard