3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: [1]

Author Topic: Instant Replay  (Read 582 times)

« on: November 05, 2013, 03:13:02 PM »
Instant Replay For 3DRAD Projects...

only one vehicle currently implemented, but the basics is here for anything you want to have an instant replay option for...

it should be easy to adapt to planes, spaceships, anything, characters... anything...

each object might need an additional data array (for instance, the car could use an additional slot to track the throttle, wheel turning, etc) to make the replay sync properly when it is done...

also...

this is just a simple implementation, a proof of concept actually... a constant tracking logic (recording in the background) and allowing the user to start and set how far back to replay would be more mainstream...


anyways... for those who want it... here's the basics...  i'll play around with replay for other objects, multiple objects,  and implement a continual tracking logic later to see what effect it has on performance...


feedback on smoothness and performance appreciated...
the 3dr should work without any additional resources needed...


--Mike
« Reply #1 on: November 06, 2013, 04:37:23 AM »
Thanks for sharing Mike, this coul be very usefull for something I am working on, thanks :)
Pages: [1]