just saw trailer of matrix path of neo
and yes lot of bullettime fx( not the bullettrail )
i know how to make this fx in 3d max but it's not easy have to create 3 cameras
( the 2nd one moves at frozentime )
so Any tips?
thn
is it easy to do frozentime effect in game?
All you have to do is just not update any animators or physics simulations etc to pause time and if you want slow down you just alter the elapsed time since the last frame that is passed to animators/physics simulations (such as dividing it by 2) and then things will go slower.
I thought that a parameter had been added to device->run() so that you could make it not update animators (useful for multi-pass rendering or for pausing the application) but it doesn't look like it's there so i think that was just someone's suggestion for handling these things.
It's something you can easily do if you modify the source of the engine, as was shown by the person making this suggestion. It may sound scary altering the source and rebuilding the engine and when i first started with irrlicht i had no clue how i'd go about this and thought it was horrifying but i've since learnt that it's a very simple thing to do! (i've not actually altered the irrlicht source myself but i understand how it would be done now... god knows why i thought it would be hard before.. )
I thought that a parameter had been added to device->run() so that you could make it not update animators (useful for multi-pass rendering or for pausing the application) but it doesn't look like it's there so i think that was just someone's suggestion for handling these things.
It's something you can easily do if you modify the source of the engine, as was shown by the person making this suggestion. It may sound scary altering the source and rebuilding the engine and when i first started with irrlicht i had no clue how i'd go about this and thought it was horrifying but i've since learnt that it's a very simple thing to do! (i've not actually altered the irrlicht source myself but i understand how it would be done now... god knows why i thought it would be hard before.. )
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
ITimer::setSpeed();
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way