Search found 2 matches

by esr
Sun Jan 16, 2011 12:26 am
Forum: Beginners Help
Topic: applying gravity to irrlicht FPS camera using BULLET
Replies: 2
Views: 544

I tried doing that. *bump*. However, the camera just shakes. I'm not really sure what's up with that. See video: http://www.youtube.com/watch?v=KhcVJVP_pQg The camera was attached to a box scene node, it falls fine.
by esr
Tue Jan 04, 2011 6:36 pm
Forum: Beginners Help
Topic: In game pausing with cegui menus
Replies: 1
Views: 666

In game pausing with cegui menus

I've been tinkering around with a project in irrlicht and can't figure out for the life of me how to get an in game pause to work.

bool pause = false;
...
while (device->run()) {
device->getVideoDriver()->beginScene(true, true, video::SColor(255, 20, 20, 40));
if (device->isWindowActive ...