Voxel collision without physics

If I recall correctly looking through the source code at:

Each visible chunk’s generated mesh was added to the bullet physics PhysicsSpace, and when a chunk needed to be redrawn you would remove it from PhysicsSpace and add the chunk’s mesh again to the PhysicsSpace.

1 Like