Search found 4 matches

by dvh
Thu Dec 28, 2006 9:21 am
Forum: Beginners Help
Topic: md2 animations play all animations instead of choosen one
Replies: 3
Views: 382

thanks

Thanks it works, the problem was that bug in irrlicht. But also that setFrameLoop works, thanks.
by dvh
Tue Dec 26, 2006 9:11 pm
Forum: Beginners Help
Topic: How to lighten screen when look to sun?
Replies: 7
Views: 604

How to lighten screen when look to sun?

Hi

I'm working on lens flares effects. Everythink works fine, i've got lens flares, I know how to detect if sun is visible, but in addition of lans flares, I want to lighten screen when sun is too close to the center of screen, so:

How can I lighten whole screen? E.g by 10%
by dvh
Tue Dec 26, 2006 8:53 pm
Forum: Beginners Help
Topic: md2 animations play all animations instead of choosen one
Replies: 3
Views: 382

md2 animations play all animations instead of choosen one

Hi. I use irrlicht 1.2 in linux and in the hello world demo, there is: node->setMD2Animation ( scene::EMAT_STAND ); Which I think should do STANDing animation but it does all animations in md2 file (stand then walk then run ...) all. No matter which EMAT_* i choose, all animations are played one aft...