Search found 5 matches
- Thu Jul 06, 2023 9:02 am
- Forum: General Bullet Physics Support and Feedback
- Topic: Unstable behavior on shapes like cylinder or box
- Replies: 11
- Views: 10352
Re: Unstable behavior on shapes like cylinder or box
I will suggest you several ways to solve shape instability: You can increase the collision margin: Set a larger collision margin for your shapes. The collision margin is an invisible padding around the shape that helps to stabilize contacts between objects. Adjust the shape's mass subway surfers and...
- Thu Jul 06, 2023 8:58 am
- Forum: General Bullet Physics Support and Feedback
- Topic: Compiling for ARM/Raspberry Pi
- Replies: 4
- Views: 7235
Re: Compiling for ARM/Raspberry Pi
Optionally, you can install the compiled Bullet library on your Ubuntu machine or the Raspberry Pi. This step is not necessary if you plan to directly link to the library during your engine's compilation.
shell shockers
shell shockers
- Thu Jul 06, 2023 8:57 am
- Forum: General Bullet Physics Support and Feedback
- Topic: Issue moving objects that are constrained together.
- Replies: 6
- Views: 6796
Re: Issue moving objects that are constrained together.
Instead of moving the kinematic object abruptly from -5.f to 1.f, consider implementing a smooth transition over multiple frames. This can help reduce the sudden force applied to the dynamic object and minimize undesired behavior.
heardle
heardle
- Tue Jun 20, 2023 6:44 am
- Forum: General Bullet Physics Support and Feedback
- Topic: Object falls a third of its height through the ground
- Replies: 11
- Views: 7231
Re: Object falls a third of its height through the ground
Regarding the X/Y ratio threshold, it's possible that the tall box's tipping behavior is influenced by friction at the contacts. To investigate this, you can try setting the friction values to zero for both the floor and the dynamic object. This can help determine if the transition between behaviors...
- Thu Feb 09, 2023 9:15 am
- Forum: General Bullet Physics Support and Feedback
- Topic: Units of Pybullet
- Replies: 8
- Views: 5227