forEach

abstract void forEach(Consumer<QuadView> consumer)

Use to access all of the quads encoded in this mesh. The quad instancessent to the consumer will likely be threadlocal/reused and should neverbe retained by the consumer.

Sources

jvm source
Link copied to clipboard