Bullet physics AppAllBulletDemos missing in Xcode

2019-09-05 08:49发布

问题:

I'm following this tutorial: http://www.informit.com/articles/article.aspx?p=1914612 everything goes well and all the builds succeed, but I don't have the 61 targets he's taling about.

In the targets section I have AppHelloWorld for example but nothing happens after build succeeded.

In the console I get lines like the following:

world pos = 2.000000,-1.627781,0.000000
world pos = 0.000000,-56.000000,0.000000
world pos = 2.000000,-1.883336,0.000000
world pos = 0.000000,-56.000000,0.000000
world pos = 2.000000,-2.141670,0.000000
world pos = 0.000000,-56.000000,0.000000
world pos = 2.000000,-2.402781,0.000000
world pos = 0.000000,-56.000000,0.000000

etc...

The only diffence is I downloaded

bullet-2.81-rev2613

Is this normal?