Enumeration Caseheckj.voxels 0.2.6Voxels
empty
MeshBuffer.swift:102case empty
case empty
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
enum GeneratedMeshError
struct MeshBuffer
A buffer of vertex indices, positions and normals that make up a generated 3D mesh.
case missingNormals(_: Int, _: Int)
case noIndices
case invalidIndices(_: Int, _: Int)