Search found 3 matches
- Fri Nov 23, 2012 9:32 pm
- Forum: Beginners Help
- Topic: Crash when setting parameters of node made from class method
- Replies: 2
- Views: 336
Crash when setting parameters of node made from class method
Hello, I decided to go OOP on my project and started to rewrite it from scratch to see how it goes. Here is my problem : when I try to set an MD2 animation to my node everything crashes. Here is my code below: the cgame.h header: #ifndef CGAME_H_INCLUDED #define CGAME_H_INCLUDED #include <irrlicht...
- Sat Sep 12, 2009 9:00 pm
- Forum: Beginners Help
- Topic: Playing sounds correctly and other stuff
- Replies: 2
- Views: 172
- Sat Sep 12, 2009 4:21 pm
- Forum: Beginners Help
- Topic: Playing sounds correctly and other stuff
- Replies: 2
- Views: 172
Playing sounds correctly and other stuff
Hello guys, I don't know if i can include and IrrIlang problem in an Irrlicht forum, but I reckon most of you use it anyway :) So my problem is how do I time the sounds correctly so that they do not overlap. Some of the sounds like "steps" are fine because they are only the main sound. Oth...