Hi !
I'm looking for a 3d engine because I worked with ODE until now but this project is stuck. I would like to know if irrlicht is really dedicated to the visualisation of a 3d world or if it is well designed to do fast simulation without visualisation ?
THanks
Bart
only simulation no gui
-
eco
irrlicht is a 3d graphics engine, so no you couldnt do any kind of physics at all with it. try one of the other physics engines like newton for your task
all irrlicht would be able to do for you is give you a graphical look at your robot moving, you would need to calculate the path, distance etc in some other means.
Unless I am reading you wrong, and you want to have a robot, and that robot moves say 30 units on the screen and you want that distance outputted on the screen, then yes you could probably do that
all irrlicht would be able to do for you is give you a graphical look at your robot moving, you would need to calculate the path, distance etc in some other means.
Unless I am reading you wrong, and you want to have a robot, and that robot moves say 30 units on the screen and you want that distance outputted on the screen, then yes you could probably do that
-
Guest