SpartanEngine icon indicating copy to clipboard operation
SpartanEngine copied to clipboard

Undo/redo editor functionality

Open Mr-Fox-h opened this issue 2 years ago • 2 comments

Hi I have used your game engine. it's so good but I can't undo anything.

Mr-Fox-h avatar Jan 12 '22 11:01 Mr-Fox-h

True, this is low priority as I have to work on the D3D12 backend, polish Vulkan, add ray tracing and so on. I'll keep this open as I will tackle it at some point.

PanosK92 avatar Jul 09 '22 20:07 PanosK92

A start has been made: https://github.com/PanosK92/SpartanEngine/blob/master/runtime/Commands/CommandStack.h

It currently works for entity positioning, rotating and scaling.

PanosK92 avatar Dec 01 '23 15:12 PanosK92