UD-Viz
UD-Viz copied to clipboard
Implement an historic of modification in game_editor
Two solutions :
- serialize game object 3D state on every modification and stack them (easier robust but not optimize)
- implement an inverse transformation for each transformation on game object 3D (harder and more performant)