f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.87k stars 206 forks source link

Distinguish dropping 3D file and dropping a HDRI file using modifiers #1159

Open mwestphal opened 9 months ago

mwestphal commented 9 months ago

Currently, when dropping a file on F3D window, F3D will load it has a 3D model unless its a .hdr, then it will load it as a HDRI.

This is very practical for most users but break the logical paradigm of F3D where one interaction correspond to one action.

While we will keep this interaction, having a dedicated interaction (Ctrl+Drop and Shift+Drop) for dedicated actions would be beneficial and let user drop any kind of file as an HDRI if needed.

mwestphal commented 9 months ago

@kidharb just comment on this issue, Ill then assign it to you

kidharb commented 9 months ago

I will work on this issue

mwestphal commented 9 months ago

Need #443