Search found 1 match

by jeti
Thu Sep 02, 2010 11:45 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: bullet irrlicht demo
Replies: 33
Views: 36712

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 ...