MilchRatchet / Luminary

CUDA based Pathtracing Offline and Realtime Renderer
MIT License
30 stars 1 forks source link

UI Numeric Keypad Input #89

Open SamuelTallet opened 11 months ago

SamuelTallet commented 11 months ago

Hello,

In the UI, I find it difficult to precisely change a numeric value by dragging the mouse.

It would be convenient if one could also input these values with the numeric keypad.

For example, when a numeric parameter is hovered and therefore already active.

MilchRatchet commented 11 months ago

That would indeed be great. I had wanted to rewrite the UI anyway for quite some time now so if I ever get around to do that I will implement this. However, my current plans at least for this year focus on other stuff.

For now, the way I always did it when I wanted exact values was change it in the lum file. Though obviously that is not great for when you want to immediately see the change.