Feedback on Spatial Hash Grid

there are several bugs in the program though, and a few optimizations you could make. One bug is that you do both object[position] and position[object]. One optimization is the update function, maybye actually updating instead of destroying and then creating. @LuxSkyWalkSchool

1 Like