Forums

Full Version: developing a simulation tool
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all
I'm developing a simulation tool to test a series of algorithms for automobile collision detection, just wondering if it's feasible to use vdrift
any suggestion?
Thanks
Ming
We are using bullet to handle collisions and have a racing line AI with some opponent collision avoidance.

Look into cardynamics.h/cpp, collision_world.h/cpp and ai.h/cpp.