User Tools

Site Tools


gamedev:deigde:editors:3dviewnavigation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gamedev:deigde:editors:3dviewnavigation [2020/04/05 10:34] – created dragonlordgamedev:deigde:editors:3dviewnavigation [2026/09/09 19:58] (current) – [3D-View Navigation] dragonlord
Line 6: Line 6:
 ====== 3D-View Navigation ====== ====== 3D-View Navigation ======
  
-{{ :gamedev:deigde:editors:editor_3dview_properties.png?nolink|Camera Properties}} 
 Various editors use a 3D-View as preview window. These windows share a similar navigation scheme to make it easier to switch between editors. Various editors use a 3D-View as preview window. These windows share a similar navigation scheme to make it easier to switch between editors.
  
Line 12: Line 11:
  
 3D-View cameras //Orbit// around the camera position using a variable //Distance//. This allows to move around a scene FPS-like or moving away from an object to oribit around it to get a better view. Some editors prefer FPS-like camera handling which most others prefer orbiting camera handling. 3D-View cameras //Orbit// around the camera position using a variable //Distance//. This allows to move around a scene FPS-like or moving away from an object to oribit around it to get a better view. Some editors prefer FPS-like camera handling which most others prefer orbiting camera handling.
 +
 +Inside the 3D-View these key bindings can be used to modify the camera parameters:
 +  * <key>MOUSE_RIGHT</key> **dragging**: Rotate the camera around the camera position.
 +  * <key>SHIFT+MOUSE_RIGHT</key> **dragging**: Move the camera position **left**, **right**, **up** and **down**.
 +  * <key>CTRL+MOUSE_RIGHT</key> **dragging**: Move the camera position **forward** and **backwards**.
 +  * <key>SHIFT+CTRL+MOUSE_RIGHT</key> **dragging**: Move **closer** or **farther away** from the camera center. This increases/decreases the //Orbit Distance//.
 +
 +===== Fly Mode =====
 +
 +Optionally fly mode navigation can be used. To enable fly use the menu ''Settings'' -> ''IGDE Settings'' and enable ''3D-View Fly Mode''. Once enabled use <key>MOUSE_RIGHT</key> in a 3D-View to activate fly mode and a second <key>MOUSE_RIGHT</key> to disable fly mode. In fly mode the mouse movement rotates the view and the following keys control the movement:
 +  * <key>W</key> **pressed**: Move forward
 +  * <key>S</key> **pressed**: Move backwards
 +  * <key>A</key> **pressed**: Move left
 +  * <key>D</key> **pressed**: Move right
 +  * <key>SPACE</key> **pressed**: Move up
 +  * <key>SHIFT</key> **pressed**: Move down
 +
 +While mouse rotation applies directly the fly mode movement is smoothed. This allows to move larger distances by keeping the keys pressed while also move small distances by shortly tapping the key.
 +====== Camera Properties Panel ======
 +
 +{{ :gamedev:deigde:editors:editor_3dview_properties.png?nolink|Camera Properties}}
  
 These are the camera properties which can be manually edited in the properties panel: These are the camera properties which can be manually edited in the properties panel:
Line 37: Line 57:
  
 The **Adaption** parameters define the //Lower Intensity// and //Upper Intensity// to adapt to. Light conditions going below become dark while light conditions above wash out to white. The adaption time is used to smoothly adjust the virtual eye inside this light range. The **Adaption** parameters define the //Lower Intensity// and //Upper Intensity// to adapt to. Light conditions going below become dark while light conditions above wash out to white. The adaption time is used to smoothly adjust the virtual eye inside this light range.
 +<WRAP clear/>
 +
gamedev/deigde/editors/3dviewnavigation.1586082890.txt.gz · Last modified: by dragonlord