Search found 2 matches

by irrFu
Sun Mar 15, 2009 3:23 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 132219

I discovered IrrNewt yesterday and it seems awesome ! That's exactly what i was searching for. But i just have a little problem : I get some memory leaks when the program ends, even with the memleaks example or character controlling example. Do anyone else had memory leaks problems ? I'm under linux...
by irrFu
Sat Mar 14, 2009 1:47 pm
Forum: Game Programming
Topic: Irrlicht mesh data in ODE trimesh
Replies: 15
Views: 4600

Hi, I had a look to your makeTriMeshData() method and used it to create my own function (thanks !). But there is a mistake in this function. Problems can occurs when you use meshes with several mesh buffers. The mistake is here : i_cnt += mb->getIndexCount(); You have to replace this line with : i_c...