Search found 4 matches
- Thu Dec 28, 2006 9:21 am
- Forum: Beginners Help
- Topic: md2 animations play all animations instead of choosen one
- Replies: 3
- Views: 402
thanks
Thanks it works, the problem was that bug in irrlicht. But also that setFrameLoop works, thanks.
- Wed Dec 27, 2006 5:04 pm
- Forum: Beginners Help
- Topic: How to lighten screen when look to sun?
- Replies: 7
- Views: 636
it works!
Thanks a lot, that draw2DRectangle works perfectly, see the proof:
http://img92.imageshack.us/img92/9777/sun1up0.jpg
http://img111.imageshack.us/img111/7082/sun2mh8.jpg
http://img105.imageshack.us/img105/2338/sun3gc7.jpg
http://img92.imageshack.us/img92/9777/sun1up0.jpg
http://img111.imageshack.us/img111/7082/sun2mh8.jpg
http://img105.imageshack.us/img105/2338/sun3gc7.jpg
- Tue Dec 26, 2006 9:11 pm
- Forum: Beginners Help
- Topic: How to lighten screen when look to sun?
- Replies: 7
- Views: 636
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%
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%
- Tue Dec 26, 2006 8:53 pm
- Forum: Beginners Help
- Topic: md2 animations play all animations instead of choosen one
- Replies: 3
- Views: 402
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...