![]() |
developing a simulation tool - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: developing a simulation tool (/showthread.php?tid=1362) |
developing a simulation tool - ming8924 - 11-03-2010 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 - NaN - 11-03-2010 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. |