Add PhysWorld2D::UseSpatialHash
This commit is contained in:
@@ -64,6 +64,7 @@ Nazara Engine:
|
||||
- ⚠️ LuaInstance no longer load all lua libraries on construction, this is done in the new LoadLibraries method which allows you to excludes some libraries
|
||||
- Clock::Restart now returns the elapsed microseconds since construction or last Restart call
|
||||
- Add PhysWorld2D::[Get|Set]IterationCount to control how many iterations chipmunk will perform per step.
|
||||
- Add PhysWorld2D::UseSpatialHash to use spatial hashing instead of bounding box trees, which may speedup simulation in some cases.
|
||||
|
||||
Nazara Development Kit:
|
||||
- Added ImageWidget (#139)
|
||||
|
||||
Reference in New Issue
Block a user