Monoscopic Mode
Monoscopic mode runs the painting interface without a VR headset. It is intended for specialist workflows that need access to tools and panels; use View-only mode if you only want to explore sketches.
Unlike View-only Mode, Monoscopic mode retains the painting and editing tools. Enabling it also disables XR.

It can be used with the HTTP API and Plugins to control Open Brush from scripts or a web browser. Open http://localhost:40074/examplescripts/remotecontrol.html while Open Brush is running to use the included browser-based remote control.
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:
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
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