rapier
rapier copied to clipboard
Allow dynamic manipulation of TriMesh
Looking through the TriMesh API, it seems like there is no way to modify vertices and indices without recreating the entire struct. I'm working on a Voxel system so the mesh is always changing.