guide.md 2.15 KB
Newer Older
TheNumbat's avatar
TheNumbat committed
1
---
TheNumbat's avatar
TheNumbat committed
2
layout: default
allai5's avatar
allai5 committed
3
title: User Guide
TheNumbat's avatar
TheNumbat committed
4
permalink: /guide/
allai5's avatar
allai5 committed
5
6
7
nav_order: 4
has_children: true
has_toc: false
TheNumbat's avatar
TheNumbat committed
8
---
TheNumbat's avatar
TheNumbat committed
9

TheNumbat's avatar
TheNumbat committed
10
11
# User Guide

TheNumbat's avatar
TheNumbat committed
12
13
14
15
## Modes and Actions

The basic paradigm in Scotty3D is that there are six different _modes_, each
of which lets you perform certain class of actions. For instance, in `Model` mode, you
allai5's avatar
allai5 committed
16
17
can perform actions associated with modeling, such as moving mesh elements and performing global mesh operations.
When in `Animate` mode, you can perform actions associated with animation. Etc.
TheNumbat's avatar
TheNumbat committed
18
19
20
21
22
23
24
25
26
27
28
Within a given mode, you can
switch between actions by hitting the appropriate key; keyboard commands are
listed below for each mode. Note that the input scheme may change depending on
the mode. For instance, key commands in `Model` mode may result in
different actions in `Render` mode.

The current mode is displayed as the "pressed" button in the menu bar, and available actions
are are detailed in the left sidebar. Note that some actions are only available when a model/element/etc. is selected.

## Global Navigation

allai5's avatar
allai5 committed
29
In all modes, you can move the camera around and select scene elements. Information about your selection will be shown in the left sidebar.
TheNumbat's avatar
TheNumbat committed
30
31
32
33
34
35
36
37
38

The camera can be manipulated in three ways:
- Rotate: holding shift, left-clicking, and dragging will orbit the camera about the scene. Holding middle click and dragging has the same effect.
- Zoom: using the scroll wheel or scrolling on your trackpad will move the camera towards or away from its center.
- Translate: right-clicking (or using multi-touch on a trackpad, e.g., two-finger click-and-drag) and dragging will move the camera around the scene.

## Global Preferences

You can open the preferences window from the edit option in the menu bar.
allai5's avatar
allai5 committed
39
- Multisampling: this controls how many samples are used for MSAA when rendering scene objects in the Scotty3D interface. If your computer struggles to render complex scenes, try changing this to `1`.
TheNumbat's avatar
TheNumbat committed
40
41
42
43

## Global Undo

As is typical, all operations on scene objects, meshes, etc. are un and re-doable using Control/Command-Z to undo and Control/Command-Y to redo. These actions are also available from the `Edit` option in the menu bar.