Package-level declarations

Types

Link copied to clipboard
class MeshBuilder(val geometry: MeshGeometry)

A helper class to build common geometry within an MeshGeometry.

Link copied to clipboard
class MeshGeometry(val usage: Usage, val attributes: VertexAttributes, size: Int = INITIAL_SIZE, val grow: Boolean = false)

Holds vertex and index data that can be used to render to a mesh.

Link copied to clipboard
class VertexView(val geometry: MeshGeometry, index: Int) : MutableVec3f

A view of a vertex within the geometry MeshGeometry.