Search found 3 matches

by paksan
Tue Feb 12, 2008 9:54 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicth-Newton Demonstration with Irrlicht 1.4, Newton 1.53
Replies: 23
Views: 15935

I managed to get it to work at last. The problem lies with newton.dll that was supplied with the Newton Game Dynamics download. I came across a post : http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=114104&sid=b030fb5239e603831f57da236a9ab73c that mention the corrupted dll file and downlo...
by paksan
Tue Feb 12, 2008 9:27 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicth-Newton Demonstration with Irrlicht 1.4, Newton 1.53
Replies: 23
Views: 15935

Thanks for the reply B@z, I tried changing the values from 5 - 1000000 but the boxes did not appear. My codes are: float boxP0[3]; float boxP1[3]; float matrix[4][4]; NewtonBodyGetMatrix (g_newtonmapbody, &matrix[0][0]); NewtonCollisionCalculateAABB (g_newtonmap, &matrix[0][0], &boxP0[0]...
by paksan
Tue Feb 12, 2008 3:52 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicth-Newton Demonstration with Irrlicht 1.4, Newton 1.53
Replies: 23
Views: 15935

Hi, I tried the codes posted by gbutcher and added the modifications on omega by fabregot. The codes compiled anf linked but while running the program, it was looking for a "wood.jpg" file. No boxes were drawn in hte game window when the left mouse button was clicked. Did anyone faced the ...