not-fl3 / bulletrs

Bullet Physics wrapper for the Rust language.
MIT License
49 stars 2 forks source link

Optional BT_USE_DOUBLE_PRECISION #7

Open not-fl3 opened 7 years ago

not-fl3 commented 7 years ago

For now, bullet is compiling with #define BT_USE_DOUBLE_PRECISION, resulting f64 as floating point format everywhere. It will be useful to make that define as a build option.

Here is two problems needed to fix first: