Difference between revisions of "MapView"

From PiBoSo Documentation
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
:'''Arrow Keys''' : Move Camera
:'''Arrow Keys''' : Move Camera
:'''Mouse Wheel''' : Change Movement Speed
:'''Mouse Wheel''' : Change Movement Speed
:'''F9''' : Grab a Cubic Screenshot. Saved under "env" directory.
:'''F11''' : Grab Screenshot. Saved under "scrshots" directory.
:'''F11''' : Grab Screenshot. Saved under "scrshots" directory.


Line 17: Line 18:
  [navigation]
  [navigation]
  fov = 60
  fov = 60
pos = 0, 0, 0    ; to set the camera start position
rot = 0, 0, 0    ; to set the camera start rotation ( yaw, pitch, roll )
   
   
  [shared]
  [shared]
  skies=c:\mxbikes\misc\skies\
  skies=c:\mxbikes\misc\skies\
  flags=c:\mxbikes\misc\flags\
  flags=c:\mxbikes\misc\flags\
[load]
reload_last = 1    ; to reload the latest file at start
[env]
width = 256
height = 256

Latest revision as of 11:17, 12 August 2021

Controls

Right CTRL key : Mouse Look (hold down)
Arrow Keys : Move Camera
Mouse Wheel : Change Movement Speed
F9 : Grab a Cubic Screenshot. Saved under "env" directory.
F11 : Grab Screenshot. Saved under "scrshots" directory.

mapview.ini

[gfx]
width = 800
height = 600
maximized = 0
multisample = 0
anisotropic = 0

[navigation]
fov = 60
pos = 0, 0, 0    ; to set the camera start position
rot = 0, 0, 0    ; to set the camera start rotation ( yaw, pitch, roll )

[shared]
skies=c:\mxbikes\misc\skies\
flags=c:\mxbikes\misc\flags\

[load]
reload_last = 1    ; to reload the latest file at start

[env]
width = 256
height = 256