vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

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

Open mgerhardy opened 1 week ago

mgerhardy commented 1 week ago

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