create-aura3d 1.3.3 → 1.4.1

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 (166) hide show
  1. package/README.md +113 -0
  2. package/dist/cli.js +10 -0
  3. package/dist/cli.js.map +1 -1
  4. package/dist/index.d.ts +1 -1
  5. package/dist/index.d.ts.map +1 -1
  6. package/dist/index.js +3 -1
  7. package/dist/index.js.map +1 -1
  8. package/dist/showcase-spec-artifacts.d.ts +105 -0
  9. package/dist/showcase-spec-artifacts.d.ts.map +1 -0
  10. package/dist/showcase-spec-artifacts.js +143 -0
  11. package/dist/showcase-spec-artifacts.js.map +1 -0
  12. package/dist/showcase-spec-category-plan.d.ts +15 -0
  13. package/dist/showcase-spec-category-plan.d.ts.map +1 -0
  14. package/dist/showcase-spec-category-plan.js +45 -0
  15. package/dist/showcase-spec-category-plan.js.map +1 -0
  16. package/dist/showcase-spec-compiler.d.ts +5 -0
  17. package/dist/showcase-spec-compiler.d.ts.map +1 -0
  18. package/dist/showcase-spec-compiler.js +240 -0
  19. package/dist/showcase-spec-compiler.js.map +1 -0
  20. package/dist/showcase-spec-evidence.d.ts +7 -0
  21. package/dist/showcase-spec-evidence.d.ts.map +1 -0
  22. package/dist/showcase-spec-evidence.js +881 -0
  23. package/dist/showcase-spec-evidence.js.map +1 -0
  24. package/dist/showcase-spec-game-geometry-extractor.d.ts +21 -0
  25. package/dist/showcase-spec-game-geometry-extractor.d.ts.map +1 -0
  26. package/dist/showcase-spec-game-geometry-extractor.js +725 -0
  27. package/dist/showcase-spec-game-geometry-extractor.js.map +1 -0
  28. package/dist/showcase-spec-game-replacement-evidence.d.ts +14 -0
  29. package/dist/showcase-spec-game-replacement-evidence.d.ts.map +1 -0
  30. package/dist/showcase-spec-game-replacement-evidence.js +219 -0
  31. package/dist/showcase-spec-game-replacement-evidence.js.map +1 -0
  32. package/dist/showcase-spec-game-template-evidence.d.ts +72 -0
  33. package/dist/showcase-spec-game-template-evidence.d.ts.map +1 -0
  34. package/dist/showcase-spec-game-template-evidence.js +435 -0
  35. package/dist/showcase-spec-game-template-evidence.js.map +1 -0
  36. package/dist/showcase-spec-gameplay-evidence.d.ts +3 -0
  37. package/dist/showcase-spec-gameplay-evidence.d.ts.map +1 -0
  38. package/dist/showcase-spec-gameplay-evidence.js +108 -0
  39. package/dist/showcase-spec-gameplay-evidence.js.map +1 -0
  40. package/dist/showcase-spec-parser.d.ts +3 -0
  41. package/dist/showcase-spec-parser.d.ts.map +1 -0
  42. package/dist/showcase-spec-parser.js +690 -0
  43. package/dist/showcase-spec-parser.js.map +1 -0
  44. package/dist/showcase-spec-platformer-artifacts.d.ts +3 -0
  45. package/dist/showcase-spec-platformer-artifacts.d.ts.map +1 -0
  46. package/dist/showcase-spec-platformer-artifacts.js +274 -0
  47. package/dist/showcase-spec-platformer-artifacts.js.map +1 -0
  48. package/dist/showcase-spec-racing-artifacts.d.ts +3 -0
  49. package/dist/showcase-spec-racing-artifacts.d.ts.map +1 -0
  50. package/dist/showcase-spec-racing-artifacts.js +273 -0
  51. package/dist/showcase-spec-racing-artifacts.js.map +1 -0
  52. package/dist/showcase-spec-replacement-apply.d.ts +10 -0
  53. package/dist/showcase-spec-replacement-apply.d.ts.map +1 -0
  54. package/dist/showcase-spec-replacement-apply.js +166 -0
  55. package/dist/showcase-spec-replacement-apply.js.map +1 -0
  56. package/dist/showcase-spec-replacement-candidates.d.ts +16 -0
  57. package/dist/showcase-spec-replacement-candidates.d.ts.map +1 -0
  58. package/dist/showcase-spec-replacement-candidates.js +244 -0
  59. package/dist/showcase-spec-replacement-candidates.js.map +1 -0
  60. package/dist/showcase-spec-replacement-game-geometry.d.ts +4 -0
  61. package/dist/showcase-spec-replacement-game-geometry.d.ts.map +1 -0
  62. package/dist/showcase-spec-replacement-game-geometry.js +175 -0
  63. package/dist/showcase-spec-replacement-game-geometry.js.map +1 -0
  64. package/dist/showcase-spec-replacement-manifest.d.ts +41 -0
  65. package/dist/showcase-spec-replacement-manifest.d.ts.map +1 -0
  66. package/dist/showcase-spec-replacement-manifest.js +62 -0
  67. package/dist/showcase-spec-replacement-manifest.js.map +1 -0
  68. package/dist/showcase-spec-replacement-values.d.ts +9 -0
  69. package/dist/showcase-spec-replacement-values.d.ts.map +1 -0
  70. package/dist/showcase-spec-replacement-values.js +41 -0
  71. package/dist/showcase-spec-replacement-values.js.map +1 -0
  72. package/dist/showcase-spec-replacement.d.ts +13 -0
  73. package/dist/showcase-spec-replacement.d.ts.map +1 -0
  74. package/dist/showcase-spec-replacement.js +144 -0
  75. package/dist/showcase-spec-replacement.js.map +1 -0
  76. package/dist/showcase-spec-types.d.ts +319 -0
  77. package/dist/showcase-spec-types.d.ts.map +1 -0
  78. package/dist/showcase-spec-types.js +2 -0
  79. package/dist/showcase-spec-types.js.map +1 -0
  80. package/package.json +45 -11
  81. package/templates/animation-channel/package.json +1 -1
  82. package/templates/animation-studio/package.json +5 -5
  83. package/templates/animation-studio/scripts/animation-scene.ts +1 -1
  84. package/templates/animation-studio/scripts/author-office-scene.ts +1 -1
  85. package/templates/animation-studio/scripts/build-characters.ts +1 -1
  86. package/templates/animation-studio/src/director/director-heuristics.ts +2 -2
  87. package/templates/animation-studio/src/director/{prompt-to-scene.ts → prompt-scene.ts} +1 -1
  88. package/templates/character-controller/package.json +3 -3
  89. package/templates/cinematic-scene/package.json +1 -1
  90. package/templates/cinematic-scene/tests/screenshot.spec.ts +2 -4
  91. package/templates/episode-builder/package.json +1 -1
  92. package/templates/falling-blocks-starter/README.md +18 -0
  93. package/templates/falling-blocks-starter/index.html +23 -0
  94. package/templates/falling-blocks-starter/package.json +21 -0
  95. package/templates/falling-blocks-starter/playwright.config.ts +12 -0
  96. package/templates/falling-blocks-starter/public/aura-assets/showcaseBlockfallCabinet.679d52fe.glb +0 -0
  97. package/templates/falling-blocks-starter/public/aura-assets/showcaseBlockfallCabinet.thumb.svg +1 -0
  98. package/templates/falling-blocks-starter/src/aura-assets.ts +20 -0
  99. package/templates/falling-blocks-starter/src/main.ts +358 -0
  100. package/templates/falling-blocks-starter/tests/playable.spec.ts +85 -0
  101. package/templates/falling-blocks-starter/tests/route-health.spec.ts +34 -0
  102. package/templates/falling-blocks-starter/tsconfig.json +13 -0
  103. package/templates/fighting-game/package.json +1 -1
  104. package/templates/mini-game/README.md +13 -0
  105. package/templates/mini-game/index.html +1 -1
  106. package/templates/mini-game/package.json +2 -2
  107. package/templates/mini-game/src/main.ts +251 -21
  108. package/templates/mini-game/tests/playable.spec.ts +49 -0
  109. package/templates/mini-game/tests/screenshot.spec.ts +37 -32
  110. package/templates/product-viewer/package.json +1 -1
  111. package/templates/product-viewer/tests/screenshot.spec.ts +3 -5
  112. package/templates/prompt-animation-channel/package.json +1 -1
  113. package/templates/racing-starter/README.md +27 -0
  114. package/templates/racing-starter/index.html +23 -0
  115. package/templates/racing-starter/package.json +21 -0
  116. package/templates/racing-starter/playwright.config.ts +12 -0
  117. package/templates/racing-starter/public/aura-assets/showcaseCleanSportsCar.1c69283f.glb +0 -0
  118. package/templates/racing-starter/public/aura-assets/showcaseCleanSportsCar.thumb.svg +1 -0
  119. package/templates/racing-starter/public/aura-assets/showcaseReadableKartCircuit.5cbb912e.glb +0 -0
  120. package/templates/racing-starter/public/aura-assets/showcaseReadableKartCircuit.thumb.svg +1 -0
  121. package/templates/racing-starter/src/aura-assets.ts +36 -0
  122. package/templates/racing-starter/src/main.ts +280 -0
  123. package/templates/racing-starter/tests/playable.spec.ts +93 -0
  124. package/templates/racing-starter/tests/route-health.spec.ts +40 -0
  125. package/templates/racing-starter/tsconfig.json +13 -0
  126. package/templates/three-compat-architecture-interior/package.json +1 -1
  127. package/templates/three-compat-asset-inspector/package.json +1 -1
  128. package/templates/three-compat-character-viewer/package.json +1 -1
  129. package/templates/three-compat-custom-threejs-migration/package.json +1 -1
  130. package/templates/three-compat-large-scene/package.json +1 -1
  131. package/templates/three-compat-material-authoring/package.json +1 -1
  132. package/templates/three-compat-postprocess-scene/package.json +1 -1
  133. package/templates/three-compat-premium-product-viewer/package.json +1 -1
  134. package/templates/animation-channel/public/aura-assets/moon-garden-feature-frame.png +0 -0
  135. package/templates/animation-channel/test-results/.last-run.json +0 -4
  136. package/templates/animation-channel/tests/reports/prompt-animation/cartoon-sample-episode.png +0 -0
  137. package/templates/animation-studio/dist/episodes/prompt-to-scene-proof/two-robots-fixing-a-car.document.json +0 -680
  138. package/templates/animation-studio/dist/episodes/scene/episode-3d.webm +0 -0
  139. package/templates/animation-studio/dist/episodes/scene/frames/action.png +0 -0
  140. package/templates/animation-studio/dist/episodes/scene/frames/dialogue.png +0 -0
  141. package/templates/animation-studio/dist/episodes/scene/frames/final.png +0 -0
  142. package/templates/animation-studio/dist/episodes/scene/frames/first.png +0 -0
  143. package/templates/animation-studio/dist/episodes/scene/frames/mouth-closed.png +0 -0
  144. package/templates/animation-studio/dist/episodes/scene/frames/mouth-open.png +0 -0
  145. package/templates/animation-studio/dist/episodes/scene/render-live-summary.json +0 -9763
  146. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/broken.png +0 -0
  147. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/chefs.png +0 -0
  148. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/customer.png +0 -0
  149. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/friend-1.png +0 -0
  150. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/friend-2.png +0 -0
  151. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-1.png +0 -0
  152. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-2.png +0 -0
  153. package/templates/animation-studio/dist/generated/second-scene.document.json +0 -1210
  154. package/templates/animation-studio/dist/generated/studio-edited.document.json +0 -1196
  155. package/templates/animation-studio/dist/scene/inshader-accept.document.json +0 -1
  156. package/templates/animation-studio/dist/scene/inshader-test.document.json +0 -1
  157. package/templates/animation-studio/dist/scene/integ.document.json +0 -1
  158. package/templates/animation-studio/dist/scene/working.document.json +0 -673
  159. package/templates/animation-studio/dist/scene/working.history.json +0 -1
  160. package/templates/animation-studio/node_modules.publish-aside/.vite/deps/_metadata.json +0 -8
  161. package/templates/animation-studio/node_modules.publish-aside/.vite/deps/package.json +0 -3
  162. package/templates/animation-studio/package-lock.json +0 -3503
  163. package/templates/animation-studio/studio/dist/assets/index-C7f8tHfi.css +0 -1
  164. package/templates/animation-studio/studio/dist/assets/index-CLo3GXyN.js +0 -43
  165. package/templates/animation-studio/studio/dist/index.html +0 -19
  166. package/templates/animation-studio/tests/reports/animation-studio/hifi-cast-validation.json +0 -938
@@ -1,673 +0,0 @@
1
- {
2
- "id": "scene-two-friends-cooking-dinner-and-g",
3
- "duration": 24,
4
- "assets": {
5
- "characters": [
6
- {
7
- "id": "friend-1",
8
- "url": "/aura-assets/cast-a.catalog.glb",
9
- "scale": 1.3,
10
- "defaultClip": "idle",
11
- "availableClips": [
12
- "idle",
13
- "talk",
14
- "gesture",
15
- "point",
16
- "nod",
17
- "walk",
18
- "run",
19
- "react"
20
- ],
21
- "mouthMorphIndex": 0,
22
- "attribution": "\"friend 1\" — curated A-grade humanoid (humanoid-a)",
23
- "license": "CC0",
24
- "fidelityGrade": "A"
25
- },
26
- {
27
- "id": "friend-2",
28
- "url": "/aura-assets/cast-b.catalog.glb",
29
- "scale": 1.3,
30
- "defaultClip": "idle",
31
- "availableClips": [
32
- "idle",
33
- "talk",
34
- "gesture",
35
- "point",
36
- "nod",
37
- "walk",
38
- "run",
39
- "react"
40
- ],
41
- "mouthMorphIndex": 0,
42
- "attribution": "\"friend 2\" — curated A-grade humanoid (humanoid-b)",
43
- "license": "CC0",
44
- "fidelityGrade": "A"
45
- }
46
- ],
47
- "props": []
48
- },
49
- "set": {
50
- "clearColor": [
51
- 0.09,
52
- 0.085,
53
- 0.08,
54
- 1
55
- ],
56
- "studioLightingScale": 0.58,
57
- "environment": {
58
- "color": [
59
- 0.58,
60
- 0.55,
61
- 0.5
62
- ],
63
- "intensity": 0.46,
64
- "proceduralMap": {
65
- "skyColor": [
66
- 0.24,
67
- 0.22,
68
- 0.2
69
- ],
70
- "horizonColor": [
71
- 0.3,
72
- 0.28,
73
- 0.25
74
- ],
75
- "groundColor": [
76
- 0.14,
77
- 0.13,
78
- 0.12
79
- ],
80
- "specularColor": [
81
- 0.9,
82
- 0.86,
83
- 0.78
84
- ],
85
- "intensity": 0.44,
86
- "specularIntensity": 0.55
87
- },
88
- "hdri": {
89
- "skyColor": [
90
- 0.66,
91
- 0.62,
92
- 0.56
93
- ],
94
- "horizonColor": [
95
- 0.4,
96
- 0.37,
97
- 0.33
98
- ],
99
- "groundColor": [
100
- 0.16,
101
- 0.15,
102
- 0.13
103
- ],
104
- "sun": {
105
- "color": [
106
- 1,
107
- 0.93,
108
- 0.8
109
- ],
110
- "intensity": 1.7,
111
- "azimuth": -0.5,
112
- "elevation": 1,
113
- "angularRadius": 0.2
114
- },
115
- "intensity": 0.6,
116
- "specularIntensity": 0.6
117
- }
118
- },
119
- "pieces": [
120
- {
121
- "id": "kitchen-cyc-wall",
122
- "geometry": "sphere",
123
- "position": [
124
- 0,
125
- 6,
126
- -22
127
- ],
128
- "scale": [
129
- 56,
130
- 32,
131
- 8
132
- ],
133
- "baseColor": [
134
- 0.36,
135
- 0.34,
136
- 0.32,
137
- 1
138
- ],
139
- "metallic": 0.05,
140
- "roughness": 0.85,
141
- "emissiveColor": [
142
- 0.22,
143
- 0.21,
144
- 0.2
145
- ],
146
- "emissiveStrength": 0.44
147
- },
148
- {
149
- "id": "ground-base",
150
- "geometry": "cube",
151
- "position": [
152
- 0,
153
- -0.06,
154
- 0
155
- ],
156
- "scale": [
157
- 120,
158
- 0.12,
159
- 120
160
- ],
161
- "baseColor": [
162
- 0.3,
163
- 0.28,
164
- 0.26,
165
- 1
166
- ],
167
- "metallic": 0.05,
168
- "roughness": 0.7,
169
- "emissiveColor": [
170
- 0.03,
171
- 0.028000000000000004,
172
- 0.026000000000000002
173
- ],
174
- "emissiveStrength": 0.05,
175
- "includeInAutoFrame": true
176
- },
177
- {
178
- "id": "ground-apron",
179
- "geometry": "cube",
180
- "position": [
181
- 0,
182
- -0.04,
183
- 3.2
184
- ],
185
- "scale": [
186
- 16,
187
- 0.08,
188
- 6
189
- ],
190
- "baseColor": [
191
- 0.22,
192
- 0.21,
193
- 0.2,
194
- 1
195
- ],
196
- "metallic": 0.05,
197
- "roughness": 0.75
198
- },
199
- {
200
- "id": "kitchen-counter",
201
- "geometry": "cube",
202
- "position": [
203
- -1.2,
204
- 0.45,
205
- -2.4
206
- ],
207
- "scale": [
208
- 4,
209
- 0.9,
210
- 0.8
211
- ],
212
- "baseColor": [
213
- 0.55,
214
- 0.5,
215
- 0.44,
216
- 1
217
- ],
218
- "metallic": 0.05,
219
- "roughness": 0.7
220
- },
221
- {
222
- "id": "kitchen-worktop",
223
- "geometry": "cube",
224
- "position": [
225
- -1.2,
226
- 0.92,
227
- -2.4
228
- ],
229
- "scale": [
230
- 4.1,
231
- 0.08,
232
- 0.85
233
- ],
234
- "baseColor": [
235
- 0.18,
236
- 0.18,
237
- 0.2,
238
- 1
239
- ],
240
- "metallic": 0.2,
241
- "roughness": 0.35
242
- },
243
- {
244
- "id": "kitchen-uppers",
245
- "geometry": "cube",
246
- "position": [
247
- -1.2,
248
- 2,
249
- -2.7
250
- ],
251
- "scale": [
252
- 3.6,
253
- 0.8,
254
- 0.5
255
- ],
256
- "baseColor": [
257
- 0.6,
258
- 0.55,
259
- 0.48,
260
- 1
261
- ],
262
- "metallic": 0.05,
263
- "roughness": 0.7
264
- },
265
- {
266
- "id": "kitchen-sink",
267
- "geometry": "cube",
268
- "position": [
269
- -2.4,
270
- 0.9,
271
- -2.4
272
- ],
273
- "scale": [
274
- 0.7,
275
- 0.12,
276
- 0.5
277
- ],
278
- "baseColor": [
279
- 0.62,
280
- 0.64,
281
- 0.68,
282
- 1
283
- ],
284
- "metallic": 0.7,
285
- "roughness": 0.3
286
- },
287
- {
288
- "id": "kitchen-faucet",
289
- "geometry": "cylinder",
290
- "position": [
291
- -2.4,
292
- 1.12,
293
- -2.6
294
- ],
295
- "scale": [
296
- 0.05,
297
- 0.4,
298
- 0.05
299
- ],
300
- "baseColor": [
301
- 0.7,
302
- 0.72,
303
- 0.76,
304
- 1
305
- ],
306
- "metallic": 0.8,
307
- "roughness": 0.2
308
- },
309
- {
310
- "id": "kitchen-stove",
311
- "geometry": "cube",
312
- "position": [
313
- 0.4,
314
- 0.45,
315
- -2.4
316
- ],
317
- "scale": [
318
- 0.9,
319
- 0.9,
320
- 0.8
321
- ],
322
- "baseColor": [
323
- 0.2,
324
- 0.2,
325
- 0.22,
326
- 1
327
- ],
328
- "metallic": 0.5,
329
- "roughness": 0.4,
330
- "emissiveColor": [
331
- 0.3,
332
- 0.08,
333
- 0.04
334
- ],
335
- "emissiveStrength": 0.25
336
- },
337
- {
338
- "id": "kitchen-hood",
339
- "geometry": "cube",
340
- "position": [
341
- 0.4,
342
- 1.9,
343
- -2.6
344
- ],
345
- "scale": [
346
- 1,
347
- 0.4,
348
- 0.6
349
- ],
350
- "baseColor": [
351
- 0.55,
352
- 0.56,
353
- 0.6,
354
- 1
355
- ],
356
- "metallic": 0.6,
357
- "roughness": 0.3
358
- },
359
- {
360
- "id": "kitchen-fridge",
361
- "geometry": "cube",
362
- "position": [
363
- 3,
364
- 1.05,
365
- -2.3
366
- ],
367
- "scale": [
368
- 1,
369
- 2.1,
370
- 0.8
371
- ],
372
- "baseColor": [
373
- 0.78,
374
- 0.79,
375
- 0.82,
376
- 1
377
- ],
378
- "metallic": 0.5,
379
- "roughness": 0.3
380
- },
381
- {
382
- "id": "kitchen-island",
383
- "geometry": "cube",
384
- "position": [
385
- 0.6,
386
- 0.45,
387
- -0.6
388
- ],
389
- "scale": [
390
- 1.6,
391
- 0.9,
392
- 0.9
393
- ],
394
- "baseColor": [
395
- 0.5,
396
- 0.45,
397
- 0.4,
398
- 1
399
- ],
400
- "metallic": 0.05,
401
- "roughness": 0.7
402
- }
403
- ],
404
- "lights": [
405
- {
406
- "id": "key",
407
- "kind": "point",
408
- "color": [
409
- 1,
410
- 0.94,
411
- 0.84
412
- ],
413
- "position": [
414
- -2.4,
415
- 3.6,
416
- 3
417
- ],
418
- "intensity": 4.2,
419
- "range": 18
420
- },
421
- {
422
- "id": "fill",
423
- "kind": "point",
424
- "color": [
425
- 0.9,
426
- 0.9,
427
- 0.92
428
- ],
429
- "position": [
430
- 2.8,
431
- 2.4,
432
- 1.8
433
- ],
434
- "intensity": 2.2,
435
- "range": 14
436
- },
437
- {
438
- "id": "rim",
439
- "kind": "point",
440
- "color": [
441
- 1,
442
- 0.88,
443
- 0.72
444
- ],
445
- "position": [
446
- 0.4,
447
- 2.4,
448
- -2.6
449
- ],
450
- "intensity": 2.2,
451
- "range": 13
452
- }
453
- ]
454
- },
455
- "walkableBounds": {
456
- "min": [
457
- -3.6,
458
- 0,
459
- -2
460
- ],
461
- "max": [
462
- 3.6,
463
- 0,
464
- 2
465
- ]
466
- },
467
- "shots": [
468
- {
469
- "shotId": "shot-1",
470
- "presetId": "establishing",
471
- "startTime": 0,
472
- "endTime": 8,
473
- "cameraSubject": [
474
- 0,
475
- 0,
476
- 0
477
- ]
478
- },
479
- {
480
- "shotId": "shot-2",
481
- "presetId": "medium",
482
- "startTime": 8,
483
- "endTime": 16,
484
- "cameraSubject": [
485
- 0,
486
- 0,
487
- 0
488
- ]
489
- },
490
- {
491
- "shotId": "shot-3",
492
- "presetId": "medium",
493
- "startTime": 16,
494
- "endTime": 24,
495
- "cameraSubject": [
496
- 0,
497
- 0,
498
- 0
499
- ]
500
- }
501
- ],
502
- "blocking": [
503
- {
504
- "characterId": "friend-1",
505
- "shots": [
506
- {
507
- "shotId": "shot-1",
508
- "clip": "run",
509
- "waypoints": [
510
- {
511
- "time": 0,
512
- "position": [
513
- -4.1,
514
- 0,
515
- 0
516
- ],
517
- "yaw": 1.5707963267948966
518
- },
519
- {
520
- "time": 2.88,
521
- "position": [
522
- -0.936,
523
- 0,
524
- 0
525
- ],
526
- "yaw": 1.5707963267948966
527
- }
528
- ]
529
- },
530
- {
531
- "shotId": "shot-2",
532
- "clip": "walk",
533
- "waypoints": [
534
- {
535
- "time": 8,
536
- "position": [
537
- -0.936,
538
- 0,
539
- 0
540
- ],
541
- "yaw": 1.5707963267948966
542
- }
543
- ]
544
- },
545
- {
546
- "shotId": "shot-3",
547
- "clip": "nod",
548
- "waypoints": [
549
- {
550
- "time": 16,
551
- "position": [
552
- -0.936,
553
- 0,
554
- 0
555
- ],
556
- "yaw": 1.5707963267948966
557
- }
558
- ]
559
- }
560
- ]
561
- },
562
- {
563
- "characterId": "friend-2",
564
- "shots": [
565
- {
566
- "shotId": "shot-1",
567
- "clip": "run",
568
- "waypoints": [
569
- {
570
- "time": 0,
571
- "position": [
572
- 4.1,
573
- 0,
574
- 0
575
- ],
576
- "yaw": -1.5707963267948966
577
- },
578
- {
579
- "time": 2.88,
580
- "position": [
581
- 0.936,
582
- 0,
583
- 0
584
- ],
585
- "yaw": -1.5707963267948966
586
- }
587
- ]
588
- },
589
- {
590
- "shotId": "shot-2",
591
- "clip": "walk",
592
- "waypoints": [
593
- {
594
- "time": 8,
595
- "position": [
596
- 0.936,
597
- 0,
598
- 0
599
- ],
600
- "yaw": -1.5707963267948966
601
- }
602
- ]
603
- },
604
- {
605
- "shotId": "shot-3",
606
- "clip": "gesture",
607
- "waypoints": [
608
- {
609
- "time": 16,
610
- "position": [
611
- 0.936,
612
- 0,
613
- 0
614
- ],
615
- "yaw": -1.5707963267948966
616
- }
617
- ]
618
- }
619
- ]
620
- }
621
- ],
622
- "setDressing": [],
623
- "worldState": {
624
- "glowSpanSeconds": 24
625
- },
626
- "dialogue": {
627
- "language": "en",
628
- "lines": [
629
- {
630
- "lineId": "l0",
631
- "speakerId": "friend-1",
632
- "text": "Hey, is the friend ready?",
633
- "startTime": 0.2,
634
- "endTime": 2.668
635
- },
636
- {
637
- "lineId": "l1",
638
- "speakerId": "friend-2",
639
- "text": "Almost! Just give me a second.",
640
- "startTime": 2.918,
641
- "endTime": 5.9
642
- },
643
- {
644
- "lineId": "l2",
645
- "speakerId": "friend-1",
646
- "text": "That is great news.",
647
- "startTime": 6.15,
648
- "endTime": 8.005
649
- },
650
- {
651
- "lineId": "l3",
652
- "speakerId": "friend-2",
653
- "text": "I know, I can NOT wait to show you.",
654
- "startTime": 8.255,
655
- "endTime": 12.178
656
- },
657
- {
658
- "lineId": "l4",
659
- "speakerId": "friend-1",
660
- "text": "Come over and let us take a look.",
661
- "startTime": 12.428,
662
- "endTime": 15.737
663
- },
664
- {
665
- "lineId": "l5",
666
- "speakerId": "friend-2",
667
- "text": "Here it is, right in front of you.",
668
- "startTime": 15.987,
669
- "endTime": 19.546
670
- }
671
- ]
672
- }
673
- }
@@ -1,8 +0,0 @@
1
- {
2
- "hash": "ffc76a4e",
3
- "configHash": "a0e1cf88",
4
- "lockfileHash": "014abcc5",
5
- "browserHash": "7931f362",
6
- "optimized": {},
7
- "chunks": {}
8
- }