I am totally new to Irrlicht. I am doing research in mobile robotics and currently developing simulator of a Martian rover based on Open Dynamics Engine.
Basically I have got a rover pretty much like Spirit or Opportunity. The rover has a pan/tilt camera. I need to be able to get a view from this camera so I can process data that the rover 'sees'. The rover's camera is an ODE object.
By now I was using SDL but I am not able to implement this functionality. I tried but the camera never worked 100%. People from ODE mailing list have recommended me to use a 3D engine that allows me to fix a camera to ODE body. Therefore my questions are. Does Irrlich allow me to do this? Has anyone of you guys dealt with similar issue?
Any help very much appreciated