NVIDIAGameWorks / Falcor

Real-Time Rendering Framework
https://developer.nvidia.com/falcor
Other
2.54k stars 464 forks source link

How to move the Graph UI to the side of rendering window? #399

Open swordigo1995 opened 8 months ago

swordigo1995 commented 8 months ago

Currently, in Mogwai, the Graph UI overlaps the rendering windows by default. However, this can become a usability issue, especially when working with low-resolution windows, as the Graph UI covers most of the rendering area. This makes it challenging to observe rendering results while adjusting scene parameters.

Is it possible to move the Graph UI alongside the rendering window instead of overlapping it? Any tips on how to implement this? @skallweitNV

skallweitNV commented 8 months ago

Does F2 help to hide/show the UI?

swordigo1995 commented 8 months ago

Yeah. But I cannot adjust scene parameters if the UI is hide. For example, I will move some objects in the scene using Graph UI panel, so I also want to observe full rendering results while adjusting scene parameters.