Skip to main content

Module procedural_mesh

Module procedural_mesh 

Source
Expand description

ProceduralMesh’s Component impl is generated centrally (see cn_impl_components!); this module keeps the blob-residency helper PhysicsSystem relies on.

Structs§

ProceduralMesh
Geometry built by a named generator at compile time. Use for standard shapes.

Functions§

heightfield_blob_indices
Blob indices of heightfield-generator ProceduralMeshes. GraphicsSystem’s init release sweep must spare these blobs: PhysicsSystem inits afterwards and reads the baked heightfield collider grid from the payload, mirroring the AudioClip / SdfVolume precedent of holding a blob resident for a later system.