-
Notifications
You must be signed in to change notification settings - Fork 564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference cheat-sheet #386
Comments
I believe most people just refer to the IDL file: https://github.com/kripken/ammo.js/blob/main/ammo.idl And the Bullet User Manual is useful too: https://github.com/kripken/ammo.js/blob/main/bullet/Bullet_User_Manual.pdf Although that's certainly not intended as a cheat sheet. |
Thanks, the IDL file looks like what I was looking for. |
The IDL is a subset of the Bullet API that is included in the Ammo build. Without the IDL restricting what's included, Ammo would be far larger (and take longer to download). If there's something in Bullet that you need, but it's not included in the IDL you can: a) Submit a PR that adds to the IDL (including a justification for why it's useful) and it's likely to be merged. |
To be honest, I don't know how is Bullet organized, and I don't know if are there any parts I [don't] need. Thanks =) Edit: Looking at the Bullet PE documentation, I just need "core" modules, like rigid bodies, joints, soft bodies, etc. I guess those are already in the IDL, aren't them? |
@willeastcott help |
Yes, I have. |
Thanks so much. |
Excuse me for necro posting, but I had a look at the .idl yesterday, and I'm trying to figure out what to reference in the Bullet Doxygen documentation. Edit: To better explain, I'd like the document structure to be explained |
Hello everyone.
Is it there any quick reference or cheat sheet for this API?
Maybe a print friendly format?
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: