well, after trying to geht the newton physics engine to work with the irrlicht engine (v.0.14) i give up.
Maybe someone has a suggestion what is wrong.
I can load the application, but instead of having multiple boxes and instead of being able to create new boxes I can only see one.
Debugging the code shows me, that the coordinates of all the boxes created in the beginning are correct, even the setTranslation function seems to be called correctly.
But, there ist still just one box in the middle, nothing else...
![Shocked :shock:](./images/smilies/icon_eek.gif)
I tried to get it working for several hours now, but I have no clue what is going wrong...
(i'm using the example code downloaded from the tutorial. the binaries work fine of course, but the compiled code doesnt)
using .net2003