Open Brush Docs
  • Home
  • How to get Open Brush
  • Differences between Open Brush and Tilt Brush
  • User Guide
    • Get started with Open Brush
    • Painting with Open Brush
    • The Open Brush UI
      • Admin Panel
        • Settings Panel
        • Labs Panel
      • Tools Panel
        • Selection Options
        • Repaint Options
      • Brushes Panel
      • Extras Panel
        • Environment Panel
        • Lights Panel
        • Backdrop Panel
        • Guides Panel
        • Media Library
        • Camera Paths Panel
        • Snap Settings Panel
        • Transform Panel
        • Layers Panel
      • Experimental Panel
      • UI Differences Between Basic Mode and Advanced Mode
    • Grid and Angle Snapping
    • Repaint Tool and Jitter
    • Selection/Erase Filter
    • Lazy Input
    • Bimanual Input and Revolver
    • World Axis Unlock
    • Saving and sharing your Open Brush sketches
    • Troubleshooting issues with Open Brush
    • Check out Labs features
    • Importing Images, Videos and 3D Models
    • Experimental Mode
    • Make moving creations using audio reactive brushes
    • Using Reference Images on Oculus Quest
    • Remixing and Creative Commons
    • Accessing Autosave Files
    • The Open Brush config file
    • Exporting Open Brush sketches to other apps
      • Exporting to Unreal Engine 5
      • Exporting to Snapchat Lens Studio
      • Configuring Export
    • Plugins
      • Example Plugins
        • Example Pointer Plugins
        • Example Symmetry Plugins
        • Example Tool Plugins
        • Example Background Plugins
      • Writing Plugins
        • Getting Started
        • Tweaking existing plugins
        • Writing a Pointer Plugin
        • Writing a Symmetry Plugin
        • Writing a Tool Plugin
        • Writing a Background Plugin
        • Defining and Drawing Brush Strokes
      • Plugin API Scripting Reference
    • Open Brush Unity SDK
    • Open Brush API
      • Retrieving a preview image
      • API Commands List
    • Cameras and Exporting Video
    • Brushes
      • Brush List
      • Memory limits and brush costs
      • Experimental Brushes
      • Hiding Brushes with Brush Tags
    • Using Open Brush without a VR headset
    • Command Line Arguments
    • Tilt Brush Version 23 Release Notes
  • Get Involved!
    • How to help with Testing
  • Pre-release and Experimental Builds
    • Installing the Beta Release
    • "Experimental Mode" Builds
    • Feature: 3D Shapes Tool
    • Feature: Animation Timeline
    • Feature: Icosa Gallery Support
    • Feature: Brush Editing
    • Feature: Plugin Scripting
    • Feature: Sculpting
    • Combined Testing Build
    • Old or Completed Feature Builds
      • Feature: Polyhedra
      • Feature: Snip Tool
      • Feature: Layers
      • Insominx's (michael-g) Experimental Build
      • XR Framework Beta
      • Feature: Transform Panel and Snap Enhancements
      • Feature: Improved GLTF Importer
      • Feature: Multi-Mirror
      • Feature: New Monoscopic Mode
      • Feature: Improved Import/Export
      • Feature: Multiplayer
  • Case Studies
  • Other Resources
  • Developer Notes
    • UI Elements
    • Unity shader examples
    • Setting up CI for Open Brush using Github Actions
    • Open Brush File Format
    • Previous Github Wiki
      • Brushes
      • BuildingOpenBrush
      • BurstCompiler
      • Comparison
      • MonoscopicMode
      • PseudoCode
      • UserInterface
    • Differences between Standard and Experimental Mode
    • Open Brush AsCanvas Notes
    • Unity Versions
  • Release History
    • v2.10 Multiplayer
    • v2.9 (Maintenance)
    • v2.8 Import/Export
    • v2.7 (Maintenance)
    • v2.6 (Maintenance)
    • v2.5 (Maintenance)
    • v2.4 "Prismatic"
    • v2.2: Settings and Sketches
    • v2.1 Hotfix
    • 🚀v2.0: XR Update
    • v1.0: Happy Birthday to Us!
    • Current Beta Release Notes
  • Docs TODO
  • Contacting Us
Powered by GitBook
On this page
  • Desktop Mode
  • Plugins and Scripting in Desktop Mode
  • Monoscopic Mode
  • Activating Monoscopic mode
  • Controlling Monoscopic mode
  • Other Keyboard Shortcuts
Edit on GitHub
Export as PDF
  1. User Guide

Using Open Brush without a VR headset

PreviousHiding Brushes with Brush TagsNextCommand Line Arguments

Last updated 8 days ago

This page has been update to reflect changes in the current . Sketch Viewer mode is a new feature and Monoscopic Mode was previously only available as a separate download.

Desktop Mode

If you launch Open Brush without a headset attached (platforms where we don't currently have VR support), the app will start in "Sketch Viewer Mode" where you can load any of the available sketches and navigate around with the keyboard and mouse or the touchscreen.

  • Use the mouse or touch to look around

  • Press I to invert up/down

  • W,A,S,D: move forward/back/left/right

  • Q,E: move up/down

  • Hold shift to move faster

On touchscreen devices there are onscreen buttons to emulate W, A, S and D.

{
  "Flags": {
    "DisableXrMode": true
  }
}

You can return to normal either by removing the entry or by setting it to false.

Plugins and Scripting in Desktop Mode

Monoscopic Mode

Open Brush has got a secret mode where it can be used without a VR headset - and even works on Mac! This mode was never released to the public and is clunky in places.

Activating Monoscopic mode

{
  "Flags": {
    "EnableMonoscopicMode": true
  }
}

You can return to normal either by removing the entry or by setting it to false.

Controlling Monoscopic mode

  1. Alt+mousing will rotate your viewpoint.

  2. Panels become focused when roughly centered in your view. Your cursor is then locked to the panel boundary making it easier to click the buttons.

  3. Dragging with the right button down will bring the drawing plane nearer or further.

  4. Ctrl+mouse drag will rotate the drawing plane

  5. Clicking in the game window will capture your mouse cursor. Escape will return full control (so you can interact with Unity etc)

  6. In most cases you can alt+mouse to left or right to view the tool panels and choose tools/brushes with the mouse.

  7. Rotating with “Alt” whilst pressing shift will allow you to move the panel you were currently focused on.

  8. Sometimes panels appear in weird places. Try looking behind you or down at your feet.

Other Keyboard Shortcuts

Action

Shortcut

Notes

LockToHead

LeftShift

Use with Alt. Can move panels with this.

PivotRotation

LeftControl

Use with Alt

Scale

Tab

Only when not drawing. Hold tab and move mouse up or down to scale tool

Reset

Space

Resets the UI not the sketch

Undo

Z

Redo

X

SaveNew

S

ExportAll

A

ViewOnly

H

Doesn't disable drawing. Just hidesUI

PreviousTool

LeftArrow

5 tools are available: sketch surface, brush selection, color selection, BrushNColor, Erase

NextTool

RightArrow

CycleSymmetryMode

F2

Export

E

StoreHeadTransform

O

Use with Right Shift

RecallHeadTransform

O

(without Right Shift)

ResetScene

Return

Doesn't delete sketch

StraightEdge

CapsLock

Buggy

Save

S

PositionMonoCamera

Alt

If you do have a VR headset attached you can still access Sketch Viewer Mode by adding a "DisableXrMode" entry to your in the "Flags" section and setting it to true. For example:

Another great use case for Desktop Mode is in conjunction with either or both the and

In fact - we've included a script designed to show how you can control and configure Open Brush and trigger plugins from your browser. Just open while Open Brush is running. (this also works in VR but is especially useful in desktop mode)

It also works very nicely when using Open Brush via the allowing you to control Open Brush from a web browser.

You can access Monoscopic mode by adding a "EnableMonoscopicMode" entry to your in the "Flags" section and setting it to true. For example:

The file Scripts/InputManager.cs lists all the keyboard controls. Also see However many aren’t relevant, aren’t implemented or only apply in particular modes. The more useful ones are listed below.

Open Brush config file
HTTP API
Plugins
http://localhost:40074/examplescripts/remotecontrol.html
API
Open Brush config file
Open Brush: Keyboard Controls and VR Input
beta version