i managed to run bullet on my android mobile - i can add rigid bodies and so - but then I wanted to add a rayCastVehicle.
A weird error appeared when adding this line:
Code: Select all
btVehicleRaycaster* raycaster = new btDefaultVehicleRaycaster(static_cast <btDynamicsWorld *> (dynamicsWorld));
Code: Select all
in function Java_com_impress_bullettest_BulletLib_addCarConstraint:jni/bullet.cpp:168: error: undefined reference to 'vtable for btDefaultVehicleRaycaster'
So my newbie question is, what am I doing wrong?
I only included btBulletDynamicsCommon.h and tried to include "BulletDynamics/Vehicle/btRaycastVehicle.h", but nothing!
Any ideas ?
