making it sloooow.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Beshr
Posts: 36
Joined: Mon Mar 12, 2007 3:34 pm
Location: Damascus, Syria

making it sloooow.

Post by Beshr »

hello all

is there is any way so i can make the rendering a little bit (Matrixey!) i mean make it slow or soo smooth ( i don't know the right word?)????

:o
(\__/)
(='.'=) Copy bunny into your signature to
(")_(") help him gain world domination.
Frodenius
Posts: 64
Joined: Sun Aug 29, 2004 11:24 am
Location: Germany/Frankfurt
Contact:

Post by Frodenius »

you mean slowmotion like bullettime? call timer->tick() only each 5th frame or so..
worst programming style ever seen...
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

I've never called tick, but my program uptdates anyway

But call timer->setSpeed(Value) to change the speed of stuff. A value of 1 is normal speed, 2 is double speed, 0.5 is half speed.
If you don't have anything nice to say, don't say anything at all.
Post Reply