@tomorrowevening/hermes 0.0.112 → 0.0.114
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +20 -0
- package/dist/hermes.cjs.js +15 -15
- package/dist/hermes.es.js +1374 -1120
- package/package.json +1 -1
- package/types/core/remote/RemoteThree.d.ts +41 -39
- package/types/core/types.d.ts +35 -35
- package/types/editor/global.d.ts +28 -26
- package/types/editor/multiView/MultiView.d.ts +1 -0
- package/types/editor/sidePanel/inspector/utils/InspectAnimation.d.ts +8 -8
- package/types/editor/sidePanel/inspector/utils/InspectRenderer.d.ts +28 -0
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 of Selected Item | CTRL + 1 |
|
20
|
+
| Rotate to Top of Selected Item | CTRL + 2 |
|
21
|
+
| Rotate to Right of Selected Item | CTRL + 3 |
|
22
|
+
| Rotate to Back of Selected Item | 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/)
|