@tomorrowevening/hermes 0.0.111 → 0.0.113
Sign up to get free protection for your applications and to get access to all the features.
package/README.md
CHANGED
@@ -11,6 +11,26 @@ Open the [Application](https://hermes-lovat.vercel.app/) and [editor](https://he
|
|
11
11
|
- [ThreeJS](https://threejs.org/)
|
12
12
|
- Custom ThreeJS Scene + Object Inspector
|
13
13
|
|
14
|
+
### MultiView
|
15
|
+
|
16
|
+
| Action | Keys |
|
17
|
+
| ------ | ------ |
|
18
|
+
| Zoom to Selected Item | CTRL + 0 |
|
19
|
+
| Rotate to Front | CTRL + 1 |
|
20
|
+
| Rotate to Top | CTRL + 2 |
|
21
|
+
| Rotate to Right | CTRL + 3 |
|
22
|
+
| Rotate to Back | CTRL + 4 |
|
23
|
+
| Set Transform Controls to Rotate | r |
|
24
|
+
| Set Transform Controls to Scale | s |
|
25
|
+
| Set Transform Controls to Translate | t |
|
26
|
+
| Toggles Transform Controls between **world** and **local** | q |
|
27
|
+
|
28
|
+
### Side Panel
|
29
|
+
|
30
|
+
Holding down the **CTRL** key while dragging a number's label will multiply the delta by 10
|
31
|
+
|
32
|
+
![Drag Multiplier](images/dragMultiplier.gif)
|
33
|
+
|
14
34
|
### Assets
|
15
35
|
|
16
36
|
Animation / Models found at [Mixamo](https://www.mixamo.com/)
|