@tomorrowevening/hermes 0.0.113 → 0.0.114
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/dist/hermes.cjs.js +15 -15
- package/dist/hermes.es.js +1372 -1119
- 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 +117 -117
- package/types/editor/sidePanel/inspector/utils/InspectRenderer.d.ts +28 -0
package/README.md
CHANGED
@@ -16,10 +16,10 @@ Open the [Application](https://hermes-lovat.vercel.app/) and [editor](https://he
|
|
16
16
|
| Action | Keys |
|
17
17
|
| ------ | ------ |
|
18
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 |
|
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
23
|
| Set Transform Controls to Rotate | r |
|
24
24
|
| Set Transform Controls to Scale | s |
|
25
25
|
| Set Transform Controls to Translate | t |
|