AndresTraks / BulletSharpPInvoke

.NET wrapper for the Bullet physics library using Platform Invoke
http://andrestraks.github.io/BulletSharp/
150 stars 97 forks source link

libbulletc: fix method signatures, missing include, brace on wrong li… #56

Closed Alex----- closed 5 years ago

Alex----- commented 5 years ago

…ne, add double precision option to CMake and missing files to library.

Fixes some bugs I found. I also commented out all the #define BULLETC_DISABLE at the top of main.h, not included in commit. Also added the double precision option to CMake, I don't know if you want that. It compiles on Windows but I haven't tested the changes. There were some other problems that I didn't fix, I think it was some methods that were commented out in the cpp file (like btDbvt_rayTest) that are still in the header file.

AndresTraks commented 5 years ago

There is some code that is commented out that was automatically generated using a custom code generator, but needs some tweaking to get it to work. It is mostly methods that are used internally (like the btDbvt stuff), so I'll probably only work on that code if there is a specific need.