Search found 1 match

by Elvenfighter
Sat Oct 02, 2010 4:06 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 826
Views: 526385

I'm having a trouble with EffectHandler::update() method.
With ISceneManager I was using this:


//this irr::core::rect<s32> viewRect was changing during runtime,
//because the window, which was attached to irrlicht device also was able
//to change its size
//this is done because I want the ...