Search found 1 match

by Karl
Mon Jul 28, 2008 5:20 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: bullet irrlicht demo
Replies: 33
Views: 33280

Hi all! Thanks for this code/tutorial! I tried to compile this under linux (bullet-2.70-beta3 + irrlicht-1.4.1 compiled and installed on ubuntu 8.10): g++ -I/usr/local/include/ -I/usr/local/include/bullet/ main.cpp -o test -L/usr/local/lib -lbulletmath -lbulletcollision -lbulletdynamics -lIrrlicht -...