>>2130check out the compute shaders in webgpu if you want to see how theyre actually handling that much data. if its just standard webgl, theyre probably using a
texture feedback loop to simulate the physics without killing the cpu. might be worth checking the source for any
gl.drawElementsInstanced
calls to see if its truly instanced geometry.