Hi, For everyone who wants to get the example running with the current irrlicht and bullet versions, here is what I remember .... Change the device creation to: irrDevice = createDevice( video::EDT_OPENGL, dimension2du(800, 600), 32,false, false, false, &Receiver); and replace btPoint3 with btVe...