This website requires JavaScript.
Explore
Help
Sign In
Bart
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
9eb0340dab16b1fcc481c79bd547f51a0ff4bae7
bullet3
/
Extras
/
BulletColladaConverter
History
ejcoumans
661176bfed
coding convention in Bullet is to keep return type on same line as method:
...
btClassName { void myTest(); }; void myTest() { } int getNumObjects() { }
2008-02-07 08:12:08 +00:00
..
CMakeLists.txt
moved Bullet COLLADA Convert into Extras folder, instead of embedded in the ColladaDemo
2007-10-12 07:39:04 +00:00
ColladaConverter.cpp
coding convention in Bullet is to keep return type on same line as method:
2008-02-07 08:12:08 +00:00
ColladaConverter.h
Lots of changes to ColladaConverter: btCollisionObject, btCollisionShape and btTypedConstraint
2008-02-05 19:00:32 +00:00
Jamfile
moved Bullet COLLADA Convert into Extras folder, instead of embedded in the ColladaDemo
2007-10-12 07:39:04 +00:00