foxbat
26-08-2006 07:52:40
I am considering using OgreODE in my game, and I would like to know whether it's possible to check for object collisions at times other than when the simulation step is performed. For example, I would like vehicles in my game to be handled by the full physics engine, and then to move characters around after the simulation timestep using simple collision checks.
I believe this is possible with ODE by using dCollide, however since ogreODE uses opcode, is there a way to access the opcode layer directly, and use it separate to the simulation?
The other way to achieve this would obviously be to run OgreODE and opcode independently, each with their own mesh representations, but this seems like a huge waste of resources.
I believe this is possible with ODE by using dCollide, however since ogreODE uses opcode, is there a way to access the opcode layer directly, and use it separate to the simulation?
The other way to achieve this would obviously be to run OgreODE and opcode independently, each with their own mesh representations, but this seems like a huge waste of resources.