AlexSabourinDev / IceBox

An open world, designer focused engine
MIT License
5 stars 3 forks source link

Added a translation gizmo to the graphics sample #36

Closed AlexSabourinDev closed 3 years ago

AlexSabourinDev commented 3 years ago

A lot of core functionality was defined with this change. The math library was more fully fleshed out. A gizmo rendering pass was added to the forward rendering. A translation gizmo was added to the graphics sample. The plan is to integrate this into an editor pass once the object model is defined. The Vulkan SDK was upgraded. The content processor was also updated to support vertex colors.