jonlab / NewAtlantis

http://www.newatlantis.world/
9 stars 6 forks source link

Initial conditions restore component #32

Closed jonlab closed 8 years ago

jonlab commented 8 years ago

We would need to provide a way for an object to be resetted to a given state during a session : for example an object that can fall down or break into small parts. A possible implementation would be to have an "InitialStateAutoRestorer" that would maybe restore the object state (=transform of object and children) to the initial state after a given duration...

rolandcahen commented 8 years ago

This sounds perfect to me

Roland Cahen 0614892899

Le 7 déc. 2015 à 16:13, Jonathan Tanant notifications@github.com a écrit :

We would need to provide a way for an object to be resetted to a given state during a session : for example an object that can fall down or break into small parts. A possible implementation would be to have an "InitialStateAutoRestorer" that would maybe restore the object state (=transform of object and children) to the initial state after a given duration...

— Reply to this email directly or view it on GitHub.

jonlab commented 8 years ago

component NARestoreTransform implemented.