-
Notifications
You must be signed in to change notification settings - Fork 0
Transform manipulators #46
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestimguiInvolves using Dear ImGuiInvolves using Dear ImGuiprototypeTesting ideas / approaches before commitmentTesting ideas / approaches before commitmentvulkanInvolves Vulkan codeInvolves Vulkan code
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestimguiInvolves using Dear ImGuiInvolves using Dear ImGuiprototypeTesting ideas / approaches before commitmentTesting ideas / approaches before commitmentvulkanInvolves Vulkan codeInvolves Vulkan code
3D transformation manipulators are quite useful, especially for translation and rotation (scale is more useful for authoring levels using prefabs etc).
Let's start with adding support for translation:
AC:
Note: Interaction can be handled in another Issue, it will require ray-cylinder / ray-cuboid collision and mouse position => world space unprojection