summaryrefslogtreecommitdiff
path: root/examples/HelloWorld
Commit message (Collapse)AuthorAgeFilesLines
* Update Bullet URL in copyright statementsAaron Franke2021-09-131-1/+1
|
* Fix for issue 1007Erwin Coumans2017-03-131-36/+30
| | | | | | | _clang-format file and applied to HelloWorld.cpp usage: clang-format -style=file -i examples/HelloWorld/HelloWorld.cpp THere are still some issues with clang-format and its style
* Improve HelloWorldCiro Santilli2016-05-011-12/+12
| | | | | | - explain in comments the shape of the ground and better group that code - give enough time for the sphere to hit the ground - don't ask for confirmation to exit, it's annoying
* fix whitespace formatting in cmake filesAndrew Meadows2015-12-071-5/+5
|
* enable URDF loading throught the 'File/Open' menuerwincoumans2015-05-011-1/+1
| | | | | set a default camera targets for each demo. note that it is only reset when switching to a different demo, so you can restart at your chosen location. no OpenCL pairbench drawing in OpenGL2 (there is no VBO available etc)
* fix mac buildErwin Coumans2015-04-161-2/+1
|
* more cmake support for exampleserwincoumans2015-04-162-7/+14
|
* add BspDemo.bsp data fileerwincoumans2015-04-161-1/+1
| | | | | | add sphere2.urdf move btSpatialAlgebra into LinearMath remove some warnings, introduce BT_ZERO, BT_ONE, BT_HALF as defines for 0.f/0., 1.f/1., 0.5f/0.5 respectively
* add initial examples, replacing the 'Demos/Demos3'. Will make it work ↵erwincoumans2015-04-163-0/+231
cross-platform, OpenGL3/OpenGL2 and add more examples to it.