@tomorrowevening/hermes 0.1.41 → 0.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/core/Application.cjs +1 -0
  2. package/dist/core/remote/BaseRemote.cjs +1 -0
  3. package/dist/core/remote/RemoteTheatre.cjs +1 -0
  4. package/dist/core/remote/RemoteTheatre.js +31 -29
  5. package/dist/core/remote/RemoteThree.cjs +1 -0
  6. package/dist/core/remote/RemoteThree.js +4 -3
  7. package/dist/core/types.cjs +1 -0
  8. package/dist/editor/Editor.cjs +1 -0
  9. package/dist/editor/HermesApp.cjs +1 -0
  10. package/dist/editor/ThreeEditor.cjs +1 -0
  11. package/dist/editor/components/Draggable.cjs +1 -0
  12. package/dist/editor/components/DraggableItem.cjs +1 -0
  13. package/dist/editor/components/Dropdown.cjs +1 -0
  14. package/dist/editor/components/DropdownItem.cjs +1 -0
  15. package/dist/editor/components/NavButton.cjs +1 -0
  16. package/dist/editor/components/content.cjs +1 -0
  17. package/dist/editor/components/icons/CloseIcon.cjs +1 -0
  18. package/dist/editor/components/icons/DragIcon.cjs +3 -0
  19. package/dist/editor/index.cjs +1 -0
  20. package/dist/editor/index.js +65 -0
  21. package/dist/editor/multiView/CameraWindow.cjs +1 -0
  22. package/dist/editor/multiView/DepthNodeMaterial.cjs +1 -0
  23. package/dist/editor/multiView/InfiniteGridHelper.cjs +1 -0
  24. package/dist/editor/multiView/InfiniteGridHelperGPU.cjs +1 -0
  25. package/dist/editor/multiView/InfiniteGridMaterial.cjs +78 -0
  26. package/dist/editor/multiView/InfiniteGridNodeMaterial.cjs +1 -0
  27. package/dist/editor/multiView/MultiView.cjs +1 -0
  28. package/dist/editor/multiView/Toggle.cjs +1 -0
  29. package/dist/editor/multiView/UVMaterial.cjs +41 -0
  30. package/dist/editor/multiView/UVNodeMaterial.cjs +1 -0
  31. package/dist/editor/sidePanel/Accordion.cjs +1 -0
  32. package/dist/editor/sidePanel/ChildObject.cjs +1 -0
  33. package/dist/editor/sidePanel/ContainerObject.cjs +1 -0
  34. package/dist/editor/sidePanel/DebugData.cjs +1 -0
  35. package/dist/editor/sidePanel/SidePanel.cjs +1 -0
  36. package/dist/editor/sidePanel/inspector/InspectGrid3.cjs +1 -0
  37. package/dist/editor/sidePanel/inspector/InspectGrid4.cjs +1 -0
  38. package/dist/editor/sidePanel/inspector/InspectImage.cjs +1 -0
  39. package/dist/editor/sidePanel/inspector/InspectNumber.cjs +1 -0
  40. package/dist/editor/sidePanel/inspector/InspectVector2.cjs +1 -0
  41. package/dist/editor/sidePanel/inspector/Inspector.cjs +1 -0
  42. package/dist/editor/sidePanel/inspector/InspectorField.cjs +2 -0
  43. package/dist/editor/sidePanel/inspector/InspectorGroup.cjs +1 -0
  44. package/dist/editor/sidePanel/inspector/utils/DragNumber.cjs +1 -0
  45. package/dist/editor/sidePanel/inspector/utils/InspectAnimation.cjs +1 -0
  46. package/dist/editor/sidePanel/inspector/utils/InspectCamera.cjs +1 -0
  47. package/dist/editor/sidePanel/inspector/utils/InspectLight.cjs +1 -0
  48. package/dist/editor/sidePanel/inspector/utils/InspectMaterial.cjs +1 -0
  49. package/dist/editor/sidePanel/inspector/utils/InspectTransform.cjs +1 -0
  50. package/dist/editor/sidePanel/utils.cjs +1 -0
  51. package/dist/editor/sidePanel/utils.js +95 -88
  52. package/dist/editor/tools/Transform.cjs +1 -0
  53. package/dist/editor/tools/splineEditor/Spline.cjs +1 -0
  54. package/dist/editor/tools/splineEditor/index.cjs +1 -0
  55. package/dist/editor/utils.cjs +1 -0
  56. package/dist/index.cjs +1 -0
  57. package/dist/index.js +67 -119
  58. package/dist/utils/ImageSequenceCapturer.cjs +13 -0
  59. package/dist/utils/detectSettings.cjs +1 -0
  60. package/dist/utils/math.cjs +1 -0
  61. package/dist/utils/post.cjs +1 -0
  62. package/dist/utils/theatre.cjs +1 -0
  63. package/dist/utils/three.cjs +1 -0
  64. package/dist/utils/threeDispose.cjs +1 -0
  65. package/dist/utils/threeDispose.js +40 -0
  66. package/dist/utils/threeEditorDebug.cjs +1 -0
  67. package/dist/utils/threeEditorDebug.js +69 -0
  68. package/dist/webworkers/EventHandling.cjs +1 -0
  69. package/dist/webworkers/ProxyManager.cjs +1 -0
  70. package/package.json +23 -7
  71. package/types/editor/index.d.ts +26 -0
  72. package/types/editor/sidePanel/utils.d.ts +7 -0
  73. package/types/index.d.ts +0 -24
  74. package/types/utils/threeDispose.d.ts +4 -0
  75. package/types/utils/threeEditorDebug.d.ts +17 -0
  76. package/dist/ThreeEditor-jkqfXLb4.js +0 -111
  77. package/dist/ThreeEditor-lbW0auGy.css +0 -1
  78. package/dist/hermes.cjs.js +0 -133
  79. package/dist/images/android-chrome-192x192.png +0 -0
  80. package/dist/images/android-chrome-512x512.png +0 -0
  81. package/dist/images/apple-touch-icon.png +0 -0
  82. package/dist/images/favicon-16x16.png +0 -0
  83. package/dist/images/favicon-32x32.png +0 -0
  84. package/dist/images/favicon.ico +0 -0
  85. package/dist/images/milkyWay/dark-s_nx.jpg +0 -0
  86. package/dist/images/milkyWay/dark-s_ny.jpg +0 -0
  87. package/dist/images/milkyWay/dark-s_nz.jpg +0 -0
  88. package/dist/images/milkyWay/dark-s_px.jpg +0 -0
  89. package/dist/images/milkyWay/dark-s_py.jpg +0 -0
  90. package/dist/images/milkyWay/dark-s_pz.jpg +0 -0
  91. package/dist/images/site.webmanifest +0 -1
  92. package/dist/images/uv_grid_opengl.jpg +0 -0
  93. package/dist/index-C92ji5gy.css +0 -1
  94. package/dist/index-DZmiM5y-.js +0 -10226
  95. package/dist/index.html +0 -17
  96. package/dist/json/animation.json +0 -235
  97. package/dist/models/Flair.fbx +0 -0
package/dist/index.html DELETED
@@ -1,17 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Application</title>
7
- <link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
8
- <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
9
- <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
10
- <link rel="manifest" href="/images/site.webmanifest">
11
- <script type="module" crossorigin src="/index-DZmiM5y-.js"></script>
12
- <link rel="stylesheet" crossorigin href="/index-C92ji5gy.css">
13
- </head>
14
- <body>
15
- <div id="root"></div>
16
- </body>
17
- </html>
@@ -1,235 +0,0 @@
1
- {
2
- "sheetsById": {
3
- "App": {
4
- "staticOverrides": {
5
- "byObject": {}
6
- },
7
- "sequence": {
8
- "subUnitsPerUnit": 30,
9
- "length": 4,
10
- "type": "PositionalSequence",
11
- "tracksByObject": {
12
- "Box": {
13
- "trackData": {
14
- "k7DGAvD5a2": {
15
- "type": "BasicKeyframedTrack",
16
- "__debugName": "Box:[\"x\"]",
17
- "keyframes": [
18
- {
19
- "id": "MT52PtiiHH",
20
- "position": 0,
21
- "connectedRight": true,
22
- "handles": [
23
- 0.5,
24
- 1,
25
- 0.5,
26
- 0
27
- ],
28
- "type": "bezier",
29
- "value": 100
30
- },
31
- {
32
- "id": "_DETcJ0oJz",
33
- "position": 1,
34
- "connectedRight": true,
35
- "handles": [
36
- 0.5,
37
- 1,
38
- 0.5,
39
- 0
40
- ],
41
- "type": "hold",
42
- "value": 200
43
- },
44
- {
45
- "id": "f5sYIarQWM",
46
- "position": 2,
47
- "connectedRight": true,
48
- "handles": [
49
- 0.5,
50
- 1,
51
- 0.5,
52
- 0
53
- ],
54
- "type": "bezier",
55
- "value": 200
56
- },
57
- {
58
- "id": "ukHQLzeh5C",
59
- "position": 3,
60
- "connectedRight": true,
61
- "handles": [
62
- 0.5,
63
- 1,
64
- 0.5,
65
- 0
66
- ],
67
- "type": "bezier",
68
- "value": 100
69
- }
70
- ]
71
- },
72
- "tH-CrBGLJ9": {
73
- "type": "BasicKeyframedTrack",
74
- "__debugName": "Box:[\"y\"]",
75
- "keyframes": [
76
- {
77
- "id": "GRhCK_c2py",
78
- "position": 0,
79
- "connectedRight": true,
80
- "handles": [
81
- 0.5,
82
- 1,
83
- 0.5,
84
- 0
85
- ],
86
- "type": "hold",
87
- "value": 100
88
- },
89
- {
90
- "id": "1CqRbreqrP",
91
- "position": 1,
92
- "connectedRight": true,
93
- "handles": [
94
- 0.5,
95
- 1,
96
- 0.5,
97
- 0
98
- ],
99
- "type": "bezier",
100
- "value": 100
101
- },
102
- {
103
- "id": "Vec464HrYw",
104
- "position": 2,
105
- "connectedRight": true,
106
- "handles": [
107
- 0.5,
108
- 1,
109
- 0.5,
110
- 0
111
- ],
112
- "type": "hold",
113
- "value": 200
114
- },
115
- {
116
- "id": "JIwCXSZpS_",
117
- "position": 3,
118
- "connectedRight": true,
119
- "handles": [
120
- 0.5,
121
- 1,
122
- 0.5,
123
- 0
124
- ],
125
- "type": "bezier",
126
- "value": 200
127
- },
128
- {
129
- "id": "PYOQN46Eug",
130
- "position": 4,
131
- "connectedRight": true,
132
- "handles": [
133
- 0.5,
134
- 1,
135
- 0.5,
136
- 0
137
- ],
138
- "type": "bezier",
139
- "value": 100
140
- }
141
- ]
142
- }
143
- },
144
- "trackIdByPropPath": {
145
- "[\"x\"]": "k7DGAvD5a2",
146
- "[\"y\"]": "tH-CrBGLJ9"
147
- }
148
- }
149
- }
150
- }
151
- },
152
- "Scene1": {
153
- "staticOverrides": {
154
- "byObject": {}
155
- },
156
- "sequence": {
157
- "subUnitsPerUnit": 30,
158
- "length": 10,
159
- "type": "PositionalSequence",
160
- "tracksByObject": {
161
- }
162
- }
163
- },
164
- "Scene2": {
165
- "staticOverrides": {
166
- "byObject": {}
167
- },
168
- "sequence": {
169
- "subUnitsPerUnit": 30,
170
- "length": 2,
171
- "type": "PositionalSequence",
172
- "tracksByObject": {
173
- "Dancer": {
174
- "trackData": {
175
- "RJBuhDhdE7": {
176
- "type": "BasicKeyframedTrack",
177
- "__debugName": "Dancer:[\"position\",\"y\"]",
178
- "keyframes": [
179
- {
180
- "id": "YXHiDzn7We",
181
- "position": 0,
182
- "connectedRight": true,
183
- "handles": [
184
- 0.5,
185
- 1,
186
- 0.5,
187
- 0
188
- ],
189
- "type": "bezier",
190
- "value": 0
191
- },
192
- {
193
- "id": "B6J_E-UbfN",
194
- "position": 1,
195
- "connectedRight": true,
196
- "handles": [
197
- 0.5,
198
- 1,
199
- 0.5,
200
- 0
201
- ],
202
- "type": "bezier",
203
- "value": 50
204
- },
205
- {
206
- "id": "BJouSMqE99",
207
- "position": 2,
208
- "connectedRight": true,
209
- "handles": [
210
- 0.5,
211
- 1,
212
- 0.5,
213
- 0
214
- ],
215
- "type": "bezier",
216
- "value": 0
217
- }
218
- ]
219
- }
220
- },
221
- "trackIdByPropPath": {
222
- "[\"position\",\"y\"]": "RJBuhDhdE7"
223
- }
224
- }
225
- }
226
- }
227
- }
228
- },
229
- "definitionVersion": "0.4.0",
230
- "revisionHistory": [
231
- "6qvoi1xDufJ3mDcJ",
232
- "qZZT0D8q5aaicaVF",
233
- "0_X3SHD4kxF4l9IB"
234
- ]
235
- }
Binary file