Famous / engine

MIT License
1.75k stars 250 forks source link

fix: Don't use sparse arrays for radixSort #445

Closed alexanderGugel closed 9 years ago

alexanderGugel commented 9 years ago

Previously this wasn't an issue, since:

  1. There were no registries
  2. Meshes were never being removed

radixSort only works with dense arrays. Therefore the Registry class can't be used for keeping track of meshes.

alexanderGugel commented 9 years ago

landed as 891a57e