// What it does
Standard 3D viewport controls. Layerpaint uses Three.js OrbitControls under the hood, with a few extra modifier keys so even a one-button trackpad works.
Press R at any time to reset the camera to its default view.
// When to use it
- Every five seconds while painting.
- Especially when checking that paint coverage is right on the back side of a model.
// How to use it
- Orbit: middle-drag — or
Alt+left-drag — or holdSpace+left-drag. - Pan: right-drag, or use arrow keys /
WASD. HoldShiftwith arrows for big steps. - Zoom: scroll wheel.
- Reset view: press
R.
// Tips
- Painting when you meant to orbit? Hold
Spacemid-stroke to suspend painting and orbit without releasing the mouse. ReleaseSpaceand the stroke continues. - Trackpad with no middle button? Use
Alt+left-drag orSpace+left-drag for orbit. - Lost the model? Press
R. Layerpaint always re-fits the model to the current view.