Search found 3 matches

by opdude
Fri Jun 12, 2009 3:34 pm
Forum: Beginners Help
Topic: Open Another Device on Button Click
Replies: 3
Views: 247

What I did was to look at IrrWizard, which can write out a basic Game Engine for you, it'll give you an idea of how to build and use states :)

Check it out here: http://irrwizard.sourceforge.net/
by opdude
Fri Jun 12, 2009 12:41 pm
Forum: Beginners Help
Topic: Open Another Device on Button Click
Replies: 3
Views: 247

Not sure why you'd want to reset the device to switch between a main menu and the game. But if you really want to drop the device and open a new one then its really very simple.

You just need to close the device and then to make a new device right after.


device->closeDevice();
device = irr ...
by opdude
Fri Jun 12, 2009 9:15 am
Forum: Beginners Help
Topic: Quake 3 Weapon Animations
Replies: 0
Views: 423

Quake 3 Weapon Animations

Hey there,

I've been trying to create a simple Quake 3 clone using irrlicht, and I've now hit a wall when it comes to using the animations that are within the md3 weapons I.e plama_hand.md3

I looked at the getMD3TagTransformation() and assumed that it required an input of something like "tag ...