Package graphics.glimpse.meshes

Types

ArrayMeshData
Link copied to clipboard
common
data class ArrayMeshData(vertexCount: Int, positionsData: FloatBufferData, texCoordsData: FloatBufferData, normalsData: FloatBufferData, tangentsData: FloatBufferData) : MeshData
A container for the array buffers data related to a single mesh, without indices.
Mesh
Link copied to clipboard
common
interface Mesh
A mesh.
MeshData
Link copied to clipboard
common
interface MeshData
A container for the buffers data related to a single mesh.
MeshDataBuilder
Link copied to clipboard
common
class MeshDataBuilder
A builder for MeshData.