vengi icon indicating copy to clipboard operation
vengi copied to clipboard

VOXEDIT: option to show the volumes in the world position in edit mode, too

Open mgerhardy opened this issue 3 weeks ago • 0 comments

The struct RenderContext contains a boolean called sceneMode - this is most likely not enough here, as I currently implemented it in a way that you either want the transforms to be applied, or not - and I use this to determine either scene mode or edit mode.

If we now want this feature to become reality we would most likely have to

  • update the mouse tracing (SceneManager::mouseRayTrace) to take the world position of the node into account
  • maybe not making it a boolean but an enum with EditModeNoTransform, EditModeTransform, SceneMode

mgerhardy avatar Jun 16 '24 11:06 mgerhardy