Add support for rotating envmap

This commit is contained in:
Lubos Lenco
2020-05-20 13:18:22 +02:00
parent 8c8368c0fe
commit 5cca22fcfc
20 changed files with 31 additions and 23 deletions
Binary file not shown.
+2 -1
View File
@@ -3,7 +3,8 @@
"action_rotate": "middle",
"action_pan": "shift+middle",
"action_zoom": "ctrl+middle",
"rotate_light": "shift+middle",
"rotate_light": "shift+right",
"rotate_envmap": "ctrl+right",
"set_clone_source": "alt",
"stencil_transform": "ctrl",
"stencil_hide": "z",
@@ -4,6 +4,7 @@
"action_pan": "alt+middle",
"action_zoom": "alt+right",
"rotate_light": "shift+middle",
"rotate_envmap": "ctrl+middle",
"set_clone_source": "alt",
"stencil_transform": "ctrl",
"stencil_hide": "z",
Binary file not shown.