MeshData

interface MeshData

A container for the buffers data related to a single mesh.

Inheritors

Properties

Link copied to clipboard

Buffer data for vertices bitangent vectors.

Link copied to clipboard

Indices of vertices for subsequent mesh triangles.

Link copied to clipboard

Buffer data for vertices normal vectors.

Link copied to clipboard

Buffer data for vertices positions.

Link copied to clipboard

Buffer data for vertices tangent vectors.

Link copied to clipboard

Buffer data for vertices texture coordinates.

Link copied to clipboard
abstract val vertexCount: Int

Number of vertices defined for the mesh.