Does anyone tried testing trimesh on PS2 with ODE?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Does anyone tried testing trimesh on PS2 with ODE?

Post by todi1856 »

Hello, i am using ODE on PS2 and currently stuck with trimesh...

I added trimesh and some flying boxes , as soon as boxes colliding with trimesh , program crashes :/ my guess that the crash occurs:

int dCollideBTL(dxGeom* g1, dxGeom* BoxGeom, int Flags, dContactGeom* Contacts, int Stride);


BTW another strange thing , when i've tried compile with flag -O2 crashes were gone, but boxes were mading randomly collision with trimesh, ones were flying through, others hitting it.

Please someone out there help me :)
todi1856
Posts: 10
Joined: Wed Feb 08, 2006 10:58 pm

Post by todi1856 »

Kind a quiet here,
well if someone runs in the same error, here's what i've found.

The evil error which, was the cause of my problems, was in a little function used for debug for display stack, in other words, memory corruption ---> big problems .

Now the trimesh is working perfectly =]
Post Reply