Search The Documentation:

  1. Home
  2. Docs
  3. Introduction to Artspark
  4. Learning the Interface
  5. Controls

Controls

Artspark has various controls options built-in for PC and Mac OSX, here’s a breakdown of each one

Editor Controls:

  • Left clickSelect object
  • Right clickLook around
  • Alt + clickOrbit around
  • Mouse wheelZoom
  • Arrow keys or W,A,S,DMove forward / left / backward / right
  • Q, EMove down / up
  • ShiftMove faster
  • Control + DDuplicate an object
  • Control + FFocus on selected object

3rd Person Player Controls: (default)

Toggle this mode with obj.thirdPerson()

  • Left click and dragLook around
  • W,A,S,DMove forward / left / backward / right
  • ShiftMove faster
  • SpacebarJump
  • Control + Left click and dragLook
  • FToggle flying on/off

3rd Person Mouse Controls:

Toggle this mode with obj.thirdPersonMouse()

  • Left clickMove
  • Left click and dragLook around

1st Person Fly and 1st Person Gravity Controls:

Toggle these modes with obj.firstPersonFly() and obj.firstPerson()

  • W,A,S,DMove forward / left / backward / right
  • Mouselook is always on in these modes

Default Oculus Rift (or Rift S) Controls:

Turn on using triggers to teleport with obj.setVRTeleport(true)

  • Left thumbstickMove
  • Right thumbstickRotate (Snap by default or Smooth Turn enabled)
  • The editor itself does not support VR, only playback of level content

Runtime Debug Controls:

  • Left Shift + Right Click an objectOpen debug memory viewer (if obj.setDebugMode(true) has been set)

By default the Escape key will return you to the editor on PC or Mac OSX.

Default Oculus Quest Controls:

Turn off using triggers to teleport with obj.setVRTeleport(false)

  • Left thumbstickMove
  • Left or right triggerTeleport
  • Right thumbstickRotate (Snap by default or Smooth Turn enabled)
  • The editor itself does not support VR, only playback of level content

Was this article helpful to you? Yes No

How can we help?