Search found 3 matches

by physics_boii
Tue Dec 10, 2019 5:17 pm
Forum: General Bullet Physics Support and Feedback
Topic: Detect collision object in visual object
Replies: 3
Views: 3064

Re: Detect collision object in visual object

Awesome, thanks for the reply! Would this be portable to python in some way as well?
by physics_boii
Fri Dec 06, 2019 10:57 pm
Forum: General Bullet Physics Support and Feedback
Topic: Detect collision object in visual object
Replies: 3
Views: 3064

Detect collision object in visual object

I'd like to be able to detect when a collision object has passed into a certain box/space (a visual object would be perfect for this), is there any way that this can be implemented?
by physics_boii
Wed Oct 30, 2019 10:21 pm
Forum: General Bullet Physics Support and Feedback
Topic: get total forces/torque on a given .obj
Replies: 1
Views: 3286

get total forces/torque on a given .obj

Is there any easy of way of getting total torque/forces on an object? I imported two .obj into the environment on a plane and am able to use getContactPoints() that have the normal forces and each contact force, but really need torque/total forces on a given object. Do I need to calculate this* and ...