resetting manifest requested domain to floor
[platform/upstream/libbullet.git] / Extras / CDTestFramework / ReadMe.txt
1
2 This is a modified CDTestFramework to test Bullet's dynamic AABB tree against a SAP. It's the same demo as here: http://bulletphysics.com/ftp/pub/test/physics/demos/CDTestFramework2.70.zip
3
4 But I added an extra challenger: http://www.codercorner.com/Code/SweepAndPrune2.rar. This is the code described in this document: http://www.codercorner.com/SAP.pdf
5
6 So there are 4 tests:
7 - OPCODE's "box pruning"
8 - Bullet's Multi SAP
9 - Bullet's dbvt (dynamic AABB tree)
10 - OPCODE's array-based SAP
11
12 For 8192 boxes and 10% of them moving, OPCODE's SAP is roughly as fast as dbvt (and twice faster than Bullet's SAP on my machine). For less boxes (say 1024 or 2048), OPCODE's SAP is faster than dbvt. Figures and "winner" vary a lot depending on the number of objects and how many of them are moving each frame.
13
14 If you're interested you can see for yourself:
15 - download Bullet 2.70
16 - replace the content of this directory with the new files: \bullet-2.70\bullet-2.70\Extras\CDTestFramework
17
18
19 Cheers,
20
21 - Pierre Terdiman
22 August 31, 2008