Bullet crashing while doing the collision test

Post Reply
vipinjs
Posts: 13
Joined: Wed Nov 26, 2014 9:48 am

Bullet crashing while doing the collision test

Post by vipinjs »

Hello,

I am trying to detect collision between an avatar and a geometry as shown in picture. I used btGImpactTriangleMeshShape as the collision shape for both the objects.
I compute the collision using contactTest(obj, callback) function. But the program crashes for the geometry shown but works for other geometries quite well.
Any input regarding this is highly appreciated.

regards,
Vipin
Attachments
Bullet.jpg
Bullet.jpg (32.11 KiB) Viewed 2779 times
vipinjs
Posts: 13
Joined: Wed Nov 26, 2014 9:48 am

Re: Bullet crashing while doing the collision test

Post by vipinjs »

The debug console says there is an issue with the fuzzyZero()
Post Reply