Using Open Brush without a VR headset
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.
If you do have a VR headset attached you can still access Sketch Viewer Mode by adding a "DisableXrMode" entry to your Open Brush config file in the "Flags" section and setting it to true. For example:
{
"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
Another great use case for Desktop Mode is in conjunction with either or both the HTTP API and Plugins
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 http://localhost:40074/examplescripts/remotecontrol.html while Open Brush is running. (this also works in VR but is especially useful 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.
It also works very nicely when using Open Brush via the API allowing you to control Open Brush from a web browser.
Activating Monoscopic mode
You can access Monoscopic mode by adding a "EnableMonoscopicMode" entry to your Open Brush config file in the "Flags" section and setting it to true. For example:
{
"Flags": {
"EnableMonoscopicMode": true
}
}
You can return to normal either by removing the entry or by setting it to false.
Controlling Monoscopic mode
Alt+mousing will rotate your viewpoint.
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.
Dragging with the right button down will bring the drawing plane nearer or further.
Ctrl+mouse drag will rotate the drawing plane
Clicking in the game window will capture your mouse cursor. Escape will return full control (so you can interact with Unity etc)
In most cases you can alt+mouse to left or right to view the tool panels and choose tools/brushes with the mouse.
Rotating with “Alt” whilst pressing shift will allow you to move the panel you were currently focused on.
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
Last updated