Bullet crashing while doing the collision test

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
You do not have the required permissions to view the files attached to this post.
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()