create-aura3d 1.1.2 → 1.3.0

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 (215) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +5 -3
  4. package/dist/index.js.map +1 -1
  5. package/package.json +11 -9
  6. package/templates/{cartoon-channel → animation-channel}/README.md +11 -11
  7. package/templates/{cartoon-studio → animation-channel}/index.html +1 -1
  8. package/templates/{cartoon-channel → animation-channel}/package.json +2 -2
  9. package/templates/{cartoon-channel → animation-channel}/src/episode.ts +22 -22
  10. package/templates/{cartoon-channel → animation-channel}/src/experimental/README.md +5 -5
  11. package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.css +3 -3
  12. package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.ts +7 -7
  13. package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.css +4 -4
  14. package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.ts +6 -6
  15. package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.css +3 -3
  16. package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.ts +7 -7
  17. package/templates/{cartoon-channel → animation-channel}/src/main.ts +32 -32
  18. package/templates/{cartoon-channel → animation-channel}/src/render-plan.ts +13 -13
  19. package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.css +34 -34
  20. package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.ts +20 -20
  21. package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d-animation.spec.ts +3 -3
  22. package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d.spec.ts +6 -6
  23. package/templates/{cartoon-channel → animation-channel}/tests/image-puppet-animation.spec.ts +3 -3
  24. package/templates/{cartoon-channel → animation-channel}/tests/image-puppet.spec.ts +5 -5
  25. package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d-animation.spec.ts +3 -3
  26. package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d.spec.ts +4 -4
  27. package/templates/{prompt-cartoon-channel → animation-channel}/tests/route-health.spec.ts +1 -1
  28. package/templates/{cartoon-channel → animation-channel}/tests/sample-episode-visual.spec.ts +5 -5
  29. package/templates/{cartoon-channel → animation-channel}/tests/storyboard-playback.spec.ts +7 -7
  30. package/templates/animation-studio/AGENTS.md +71 -0
  31. package/templates/{cartoon-studio → animation-studio}/ASSET-LICENSES.md +7 -7
  32. package/templates/{cartoon-studio → animation-studio}/README.md +6 -6
  33. package/templates/animation-studio/aura.assets.json +669 -0
  34. package/templates/animation-studio/dist/episodes/scene/episode-3d.webm +0 -0
  35. package/templates/animation-studio/dist/episodes/scene/frames/action.png +0 -0
  36. package/templates/animation-studio/dist/episodes/scene/frames/dialogue.png +0 -0
  37. package/templates/animation-studio/dist/episodes/scene/frames/final.png +0 -0
  38. package/templates/animation-studio/dist/episodes/scene/frames/first.png +0 -0
  39. package/templates/animation-studio/dist/episodes/scene/frames/mouth-closed.png +0 -0
  40. package/templates/animation-studio/dist/episodes/scene/frames/mouth-open.png +0 -0
  41. package/templates/animation-studio/dist/episodes/scene/render-live-summary.json +10284 -0
  42. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-1.png +0 -0
  43. package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-2.png +0 -0
  44. package/templates/animation-studio/dist/generated/second-scene.document.json +1210 -0
  45. package/templates/animation-studio/dist/generated/studio-edited.document.json +1196 -0
  46. package/templates/animation-studio/dist/scene/inshader-accept.document.json +1 -0
  47. package/templates/animation-studio/dist/scene/inshader-test.document.json +1 -0
  48. package/templates/animation-studio/dist/scene/integ.document.json +1 -0
  49. package/templates/animation-studio/dist/scene/working.document.json +723 -0
  50. package/templates/animation-studio/dist/scene/working.history.json +1 -0
  51. package/templates/{cartoon-studio → animation-studio}/live-route.html +1 -1
  52. package/templates/{cartoon-studio → animation-studio}/package-lock.json +2 -2
  53. package/templates/animation-studio/package.json +32 -0
  54. package/templates/animation-studio/public/aura-assets/cast-a.catalog.glb +0 -0
  55. package/templates/animation-studio/public/aura-assets/cast-b.catalog.glb +0 -0
  56. package/templates/animation-studio/public/aura-assets/luma.catalog.glb +0 -0
  57. package/templates/animation-studio/public/aura-assets/luma2.catalog.glb +0 -0
  58. package/templates/animation-studio/public/aura-assets/miko.catalog.glb +0 -0
  59. package/templates/{cartoon-studio → animation-studio}/public/aura-assets/moonGarden.gltf +1 -1
  60. package/templates/animation-studio/public/aura-assets/mushroom.catalog.glb +0 -0
  61. package/templates/animation-studio/public/aura-assets/rusty.catalog.glb +0 -0
  62. package/templates/animation-studio/public/cast-library/cast-library.json +71 -0
  63. package/templates/animation-studio/public/clip-library/gesture.json +173903 -0
  64. package/templates/animation-studio/public/clip-library/idle.json +23035 -0
  65. package/templates/animation-studio/public/clip-library/manifest.json +154 -0
  66. package/templates/animation-studio/public/clip-library/nod.json +173903 -0
  67. package/templates/animation-studio/public/clip-library/point.json +69879 -0
  68. package/templates/animation-studio/public/clip-library/react.json +66084 -0
  69. package/templates/animation-studio/public/clip-library/run.json +9648 -0
  70. package/templates/animation-studio/public/clip-library/talk.json +69879 -0
  71. package/templates/animation-studio/public/clip-library/walk.json +8283 -0
  72. package/templates/animation-studio/public/hifi-cast/BrainStem.glb +0 -0
  73. package/templates/animation-studio/public/hifi-cast/CesiumMan.glb +0 -0
  74. package/templates/animation-studio/public/hifi-cast/RiggedFigure.glb +0 -0
  75. package/templates/animation-studio/public/hifi-cast/kaykit/Barbarian.glb +0 -0
  76. package/templates/animation-studio/public/hifi-cast/kaykit/Knight.glb +0 -0
  77. package/templates/animation-studio/public/hifi-cast/kaykit/Mage.glb +0 -0
  78. package/templates/animation-studio/public/hifi-cast/kaykit/Rogue.glb +0 -0
  79. package/templates/animation-studio/public/hifi-cast/kaykit/Rogue_Hooded.glb +0 -0
  80. package/templates/animation-studio/public/hifi-cast/khronos-report.json +295 -0
  81. package/templates/animation-studio/public/hifi-cast/quaternius-report.json +449 -0
  82. package/templates/animation-studio/public/hifi-cast/rpm/cesiumman.glb +0 -0
  83. package/templates/animation-studio/public/hifi-cast/rpm/fox.glb +0 -0
  84. package/templates/animation-studio/public/hifi-cast/rpm/riggedfigure.glb +0 -0
  85. package/templates/animation-studio/public/hifi-cast/rpm-report.json +301 -0
  86. package/templates/animation-studio/scripts/anim.ts +103 -0
  87. package/templates/animation-studio/scripts/animation-scene.ts +457 -0
  88. package/templates/animation-studio/scripts/asset-motion-probe.ts +450 -0
  89. package/templates/animation-studio/scripts/asset-render-probe.ts +152 -0
  90. package/templates/animation-studio/scripts/author-office-scene.ts +65 -0
  91. package/templates/animation-studio/scripts/build-cast-library.ts +97 -0
  92. package/templates/animation-studio/scripts/build-characters.ts +1543 -0
  93. package/templates/animation-studio/scripts/build-clip-library.ts +972 -0
  94. package/templates/animation-studio/scripts/clip-decision-cli.ts +51 -0
  95. package/templates/animation-studio/scripts/determinism-check.ts +48 -0
  96. package/templates/animation-studio/scripts/generate-scene.ts +95 -0
  97. package/templates/animation-studio/scripts/hifi-cast-validate.ts +572 -0
  98. package/templates/animation-studio/scripts/motion-evidence-cli.ts +150 -0
  99. package/templates/animation-studio/scripts/motion-evidence.ts +362 -0
  100. package/templates/animation-studio/scripts/preview-server.ts +52 -0
  101. package/templates/animation-studio/scripts/regen-manifest.ts +156 -0
  102. package/templates/animation-studio/scripts/render-core.ts +360 -0
  103. package/templates/animation-studio/scripts/render-live.ts +813 -0
  104. package/templates/animation-studio/scripts/render-parallel.ts +70 -0
  105. package/templates/animation-studio/scripts/render-server.ts +119 -0
  106. package/templates/animation-studio/scripts/resolve-asset.ts +669 -0
  107. package/templates/animation-studio/scripts/skeleton-overlay-cli.ts +82 -0
  108. package/templates/animation-studio/scripts/skeleton-overlay.ts +293 -0
  109. package/templates/animation-studio/scripts/studio-tools-demo.ts +45 -0
  110. package/templates/animation-studio/scripts/texture-bake.ts +297 -0
  111. package/templates/{cartoon-studio → animation-studio}/scripts/validate-characters.ts +0 -0
  112. package/templates/animation-studio/scripts/verify-extracted-overlay-cli.ts +264 -0
  113. package/templates/animation-studio/src/animation-episode-validator.ts +97 -0
  114. package/templates/animation-studio/src/animation-performance.ts +556 -0
  115. package/templates/animation-studio/src/aura-assets.ts +71 -0
  116. package/templates/animation-studio/src/character.ts +40 -0
  117. package/templates/animation-studio/src/director/compile-episode-document.ts +45 -0
  118. package/templates/animation-studio/src/director/director-heuristics.ts +697 -0
  119. package/templates/animation-studio/src/director/prompt-to-scene.ts +369 -0
  120. package/templates/animation-studio/src/empty-document.ts +77 -0
  121. package/templates/animation-studio/src/episode-document.ts +442 -0
  122. package/templates/animation-studio/src/examples/moon-garden.example.ts +183 -0
  123. package/templates/animation-studio/src/fidelity.ts +129 -0
  124. package/templates/animation-studio/src/graph.ts +14 -0
  125. package/templates/animation-studio/src/procedural-hdri.ts +243 -0
  126. package/templates/animation-studio/src/profile.ts +97 -0
  127. package/templates/animation-studio/src/render-live-route.ts +42 -0
  128. package/templates/animation-studio/src/render-modes.ts +137 -0
  129. package/templates/animation-studio/src/scene-player.ts +867 -0
  130. package/templates/animation-studio/src/set-templates.ts +361 -0
  131. package/templates/animation-studio/src/studio/episode-document-store.ts +72 -0
  132. package/templates/animation-studio/src/studio/scene-tool-registry.ts +86 -0
  133. package/templates/animation-studio/src/studio/scene-tools.ts +169 -0
  134. package/templates/animation-studio/tests/reports/animation-studio/hifi-cast-validation.json +938 -0
  135. package/templates/animation-studio/tsconfig.json +26 -0
  136. package/templates/{cartoon-studio → animation-studio}/vite.config.ts +6 -1
  137. package/templates/character-controller/README.md +33 -0
  138. package/templates/character-controller/index.html +19 -0
  139. package/templates/character-controller/package.json +23 -0
  140. package/templates/character-controller/playwright.config.ts +14 -0
  141. package/templates/character-controller/src/controller.ts +44 -0
  142. package/templates/character-controller/src/main.ts +62 -0
  143. package/templates/character-controller/tests/route-health.spec.ts +26 -0
  144. package/templates/character-controller/tests/screenshot.spec.ts +9 -0
  145. package/templates/character-controller/tsconfig.json +15 -0
  146. package/templates/cinematic-scene/package.json +1 -1
  147. package/templates/episode-builder/README.md +4 -4
  148. package/templates/episode-builder/package.json +1 -1
  149. package/templates/episode-builder/src/aura-assets.ts +1 -1
  150. package/templates/episode-builder/src/builder.ts +4 -4
  151. package/templates/episode-builder/src/episode.ts +21 -21
  152. package/templates/episode-builder/src/main.ts +20 -20
  153. package/templates/episode-builder/src/render-plan.ts +13 -13
  154. package/templates/episode-builder/tests/storyboard-playback.spec.ts +7 -7
  155. package/templates/fighting-game/package.json +1 -1
  156. package/templates/mini-game/package.json +1 -1
  157. package/templates/product-viewer/package.json +1 -1
  158. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/README.md +5 -5
  159. package/templates/{cartoon-channel → prompt-animation-channel}/index.html +1 -1
  160. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/package.json +2 -2
  161. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/aura-assets.ts +1 -1
  162. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/episode.ts +22 -22
  163. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/main.ts +28 -28
  164. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/render-plan.ts +13 -13
  165. package/templates/{cartoon-channel → prompt-animation-channel}/tests/route-health.spec.ts +1 -1
  166. package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tests/storyboard-playback.spec.ts +8 -8
  167. package/templates/cartoon-studio/aura.assets.json +0 -400
  168. package/templates/cartoon-studio/package.json +0 -33
  169. package/templates/cartoon-studio/public/aura-assets/luma.authored.glb +0 -0
  170. package/templates/cartoon-studio/public/aura-assets/miko.authored.glb +0 -0
  171. package/templates/cartoon-studio/scripts/build-characters.ts +0 -738
  172. package/templates/cartoon-studio/scripts/build-dialogue-audio.ts +0 -262
  173. package/templates/cartoon-studio/scripts/episode.ts +0 -323
  174. package/templates/cartoon-studio/scripts/render-live.ts +0 -873
  175. package/templates/cartoon-studio/src/aura-assets.ts +0 -64
  176. package/templates/cartoon-studio/src/characters.ts +0 -65
  177. package/templates/cartoon-studio/src/episode-renderer.ts +0 -605
  178. package/templates/cartoon-studio/src/episode.ts +0 -306
  179. package/templates/cartoon-studio/src/main.ts +0 -400
  180. package/templates/cartoon-studio/src/render-live-route.ts +0 -913
  181. package/templates/cartoon-studio/src/render-plan.ts +0 -567
  182. package/templates/cartoon-studio/src/review.ts +0 -99
  183. package/templates/cartoon-studio/src/studio.ts +0 -101
  184. package/templates/cartoon-studio/test-results/.last-run.json +0 -4
  185. package/templates/cartoon-studio/tests/episode-render.spec.ts +0 -44
  186. package/templates/cartoon-studio/tests/motion-quality.spec.ts +0 -45
  187. package/templates/cartoon-studio/tests/route-health.spec.ts +0 -7
  188. package/templates/cartoon-studio/tests/storyboard-playback.spec.ts +0 -99
  189. package/templates/cartoon-studio/tests/visual-review.spec.ts +0 -21
  190. package/templates/cartoon-studio/tsconfig.json +0 -14
  191. package/templates/prompt-cartoon-channel/index.html +0 -13
  192. package/templates/prompt-cartoon-channel/src/sets.ts +0 -14
  193. /package/templates/{cartoon-channel → animation-channel}/aura.assets.json +0 -0
  194. /package/templates/{cartoon-channel → animation-channel}/playwright.config.ts +0 -0
  195. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.047f5e5f.glb +0 -0
  196. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.thumb.svg +0 -0
  197. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.047f5e5f.glb +0 -0
  198. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.thumb.svg +0 -0
  199. /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/moon-garden-feature-frame.png +0 -0
  200. /package/templates/{cartoon-channel → animation-channel}/src/aura-assets.ts +0 -0
  201. /package/templates/{cartoon-channel → animation-channel}/src/characters.ts +0 -0
  202. /package/templates/{cartoon-channel → animation-channel}/src/contract.ts +0 -0
  203. /package/templates/{cartoon-channel → animation-channel}/src/sets.ts +0 -0
  204. /package/templates/{cartoon-channel → animation-channel}/test-results/.last-run.json +0 -0
  205. /package/templates/{cartoon-channel → animation-channel}/tests/reports/prompt-animation/cartoon-sample-episode.png +0 -0
  206. /package/templates/{cartoon-channel → animation-channel}/tsconfig.json +0 -0
  207. /package/templates/{cartoon-studio → animation-studio}/playwright.config.ts +0 -0
  208. /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/luma.thumb.svg +0 -0
  209. /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/miko.thumb.svg +0 -0
  210. /package/templates/{cartoon-studio → animation-studio}/src/contract.ts +0 -0
  211. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/playwright.config.ts +0 -0
  212. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/characters.ts +0 -0
  213. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/contract.ts +0 -0
  214. /package/templates/{cartoon-studio → prompt-animation-channel}/src/sets.ts +0 -0
  215. /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tsconfig.json +0 -0
@@ -0,0 +1,1196 @@
1
+ {
2
+ "id": "moon-garden-001",
3
+ "duration": 60,
4
+ "assets": {
5
+ "characters": [
6
+ {
7
+ "id": "miko",
8
+ "url": "/aura-assets/miko.catalog.glb",
9
+ "scale": 1.6,
10
+ "defaultClip": "Loops",
11
+ "mouthMorphIndex": -1
12
+ },
13
+ {
14
+ "id": "luma",
15
+ "url": "/aura-assets/luma2.catalog.glb",
16
+ "scale": 1.6,
17
+ "defaultClip": "idle",
18
+ "mouthMorphIndex": -1
19
+ }
20
+ ],
21
+ "props": [
22
+ {
23
+ "id": "mushroom",
24
+ "url": "/aura-assets/mushroom.catalog.glb"
25
+ }
26
+ ]
27
+ },
28
+ "set": {
29
+ "clearColor": [
30
+ 0.043,
31
+ 0.058,
32
+ 0.101,
33
+ 1
34
+ ],
35
+ "studioLightingScale": 0.4,
36
+ "environment": {
37
+ "color": [
38
+ 0.34,
39
+ 0.4,
40
+ 0.52
41
+ ],
42
+ "intensity": 0.32,
43
+ "proceduralMap": {
44
+ "skyColor": [
45
+ 0.16,
46
+ 0.22,
47
+ 0.34
48
+ ],
49
+ "horizonColor": [
50
+ 0.22,
51
+ 0.26,
52
+ 0.32
53
+ ],
54
+ "groundColor": [
55
+ 0.05,
56
+ 0.06,
57
+ 0.08
58
+ ],
59
+ "specularColor": [
60
+ 0.85,
61
+ 0.9,
62
+ 1
63
+ ],
64
+ "intensity": 0.4,
65
+ "specularIntensity": 0.7
66
+ }
67
+ },
68
+ "pieces": [
69
+ {
70
+ "id": "garden-floor",
71
+ "geometry": "cube",
72
+ "position": [
73
+ 0,
74
+ -0.06,
75
+ 0
76
+ ],
77
+ "scale": [
78
+ 60,
79
+ 0.12,
80
+ 60
81
+ ],
82
+ "baseColor": [
83
+ 0.09,
84
+ 0.29,
85
+ 0.245,
86
+ 1
87
+ ],
88
+ "metallic": 0.02,
89
+ "roughness": 0.78,
90
+ "emissiveColor": [
91
+ 0.03,
92
+ 0.09,
93
+ 0.08
94
+ ],
95
+ "emissiveStrength": 0.18,
96
+ "includeInAutoFrame": true
97
+ },
98
+ {
99
+ "id": "garden-sky",
100
+ "geometry": "cube",
101
+ "position": [
102
+ 0,
103
+ 8,
104
+ -12
105
+ ],
106
+ "scale": [
107
+ 60,
108
+ 36,
109
+ 0.4
110
+ ],
111
+ "baseColor": [
112
+ 0.04,
113
+ 0.16,
114
+ 0.255,
115
+ 1
116
+ ],
117
+ "metallic": 0,
118
+ "roughness": 1,
119
+ "emissiveColor": [
120
+ 0.06,
121
+ 0.28,
122
+ 0.4
123
+ ],
124
+ "emissiveStrength": 0.55
125
+ },
126
+ {
127
+ "id": "moon-halo",
128
+ "geometry": "sphere",
129
+ "position": [
130
+ 2.5,
131
+ 2.55,
132
+ -6.2
133
+ ],
134
+ "scale": [
135
+ 3.9,
136
+ 3.9,
137
+ 3.9
138
+ ],
139
+ "baseColor": [
140
+ 0.4,
141
+ 0.72,
142
+ 0.95,
143
+ 1
144
+ ],
145
+ "metallic": 0,
146
+ "roughness": 0.85,
147
+ "emissiveColor": [
148
+ 0.32,
149
+ 0.62,
150
+ 0.9
151
+ ],
152
+ "glow": {
153
+ "dim": 0.35,
154
+ "full": 0.62
155
+ }
156
+ },
157
+ {
158
+ "id": "moon-orb",
159
+ "geometry": "sphere",
160
+ "position": [
161
+ 2.5,
162
+ 2.55,
163
+ -6
164
+ ],
165
+ "scale": [
166
+ 2.1,
167
+ 2.1,
168
+ 2.1
169
+ ],
170
+ "baseColor": [
171
+ 0.62,
172
+ 0.84,
173
+ 1,
174
+ 1
175
+ ],
176
+ "metallic": 0,
177
+ "roughness": 0.85,
178
+ "emissiveColor": [
179
+ 0.36,
180
+ 0.62,
181
+ 0.88
182
+ ],
183
+ "glow": {
184
+ "dim": 0.4,
185
+ "full": 0.62
186
+ }
187
+ },
188
+ {
189
+ "id": "star-0",
190
+ "geometry": "sphere",
191
+ "position": [
192
+ -9.5,
193
+ 7.5,
194
+ -9
195
+ ],
196
+ "scale": [
197
+ 0.12,
198
+ 0.12,
199
+ 0.12
200
+ ],
201
+ "baseColor": [
202
+ 0.9,
203
+ 0.95,
204
+ 1,
205
+ 1
206
+ ],
207
+ "metallic": 0,
208
+ "roughness": 0.85,
209
+ "emissiveColor": [
210
+ 0.78,
211
+ 0.88,
212
+ 1
213
+ ],
214
+ "glow": {
215
+ "dim": 0.5,
216
+ "full": 1.2
217
+ }
218
+ },
219
+ {
220
+ "id": "star-1",
221
+ "geometry": "sphere",
222
+ "position": [
223
+ -7,
224
+ 5.2,
225
+ -9
226
+ ],
227
+ "scale": [
228
+ 0.16999999999999998,
229
+ 0.16999999999999998,
230
+ 0.16999999999999998
231
+ ],
232
+ "baseColor": [
233
+ 0.9,
234
+ 0.95,
235
+ 1,
236
+ 1
237
+ ],
238
+ "metallic": 0,
239
+ "roughness": 0.85,
240
+ "emissiveColor": [
241
+ 0.78,
242
+ 0.88,
243
+ 1
244
+ ],
245
+ "glow": {
246
+ "dim": 0.5,
247
+ "full": 1.2
248
+ }
249
+ },
250
+ {
251
+ "id": "star-2",
252
+ "geometry": "sphere",
253
+ "position": [
254
+ -8.2,
255
+ 3,
256
+ -9
257
+ ],
258
+ "scale": [
259
+ 0.22,
260
+ 0.22,
261
+ 0.22
262
+ ],
263
+ "baseColor": [
264
+ 0.9,
265
+ 0.95,
266
+ 1,
267
+ 1
268
+ ],
269
+ "metallic": 0,
270
+ "roughness": 0.85,
271
+ "emissiveColor": [
272
+ 0.78,
273
+ 0.88,
274
+ 1
275
+ ],
276
+ "glow": {
277
+ "dim": 0.5,
278
+ "full": 1.2
279
+ }
280
+ },
281
+ {
282
+ "id": "star-3",
283
+ "geometry": "sphere",
284
+ "position": [
285
+ -5.5,
286
+ 8,
287
+ -9
288
+ ],
289
+ "scale": [
290
+ 0.12,
291
+ 0.12,
292
+ 0.12
293
+ ],
294
+ "baseColor": [
295
+ 0.9,
296
+ 0.95,
297
+ 1,
298
+ 1
299
+ ],
300
+ "metallic": 0,
301
+ "roughness": 0.85,
302
+ "emissiveColor": [
303
+ 0.78,
304
+ 0.88,
305
+ 1
306
+ ],
307
+ "glow": {
308
+ "dim": 0.5,
309
+ "full": 1.2
310
+ }
311
+ },
312
+ {
313
+ "id": "star-4",
314
+ "geometry": "sphere",
315
+ "position": [
316
+ -3.8,
317
+ 6,
318
+ -9
319
+ ],
320
+ "scale": [
321
+ 0.16999999999999998,
322
+ 0.16999999999999998,
323
+ 0.16999999999999998
324
+ ],
325
+ "baseColor": [
326
+ 0.9,
327
+ 0.95,
328
+ 1,
329
+ 1
330
+ ],
331
+ "metallic": 0,
332
+ "roughness": 0.85,
333
+ "emissiveColor": [
334
+ 0.78,
335
+ 0.88,
336
+ 1
337
+ ],
338
+ "glow": {
339
+ "dim": 0.5,
340
+ "full": 1.2
341
+ }
342
+ },
343
+ {
344
+ "id": "star-5",
345
+ "geometry": "sphere",
346
+ "position": [
347
+ -6.2,
348
+ 1.6,
349
+ -9
350
+ ],
351
+ "scale": [
352
+ 0.22,
353
+ 0.22,
354
+ 0.22
355
+ ],
356
+ "baseColor": [
357
+ 0.9,
358
+ 0.95,
359
+ 1,
360
+ 1
361
+ ],
362
+ "metallic": 0,
363
+ "roughness": 0.85,
364
+ "emissiveColor": [
365
+ 0.78,
366
+ 0.88,
367
+ 1
368
+ ],
369
+ "glow": {
370
+ "dim": 0.5,
371
+ "full": 1.2
372
+ }
373
+ },
374
+ {
375
+ "id": "star-6",
376
+ "geometry": "sphere",
377
+ "position": [
378
+ 5.4,
379
+ 7.6,
380
+ -9
381
+ ],
382
+ "scale": [
383
+ 0.12,
384
+ 0.12,
385
+ 0.12
386
+ ],
387
+ "baseColor": [
388
+ 0.9,
389
+ 0.95,
390
+ 1,
391
+ 1
392
+ ],
393
+ "metallic": 0,
394
+ "roughness": 0.85,
395
+ "emissiveColor": [
396
+ 0.78,
397
+ 0.88,
398
+ 1
399
+ ],
400
+ "glow": {
401
+ "dim": 0.5,
402
+ "full": 1.2
403
+ }
404
+ },
405
+ {
406
+ "id": "star-7",
407
+ "geometry": "sphere",
408
+ "position": [
409
+ 7.2,
410
+ 5.4,
411
+ -9
412
+ ],
413
+ "scale": [
414
+ 0.16999999999999998,
415
+ 0.16999999999999998,
416
+ 0.16999999999999998
417
+ ],
418
+ "baseColor": [
419
+ 0.9,
420
+ 0.95,
421
+ 1,
422
+ 1
423
+ ],
424
+ "metallic": 0,
425
+ "roughness": 0.85,
426
+ "emissiveColor": [
427
+ 0.78,
428
+ 0.88,
429
+ 1
430
+ ],
431
+ "glow": {
432
+ "dim": 0.5,
433
+ "full": 1.2
434
+ }
435
+ },
436
+ {
437
+ "id": "star-8",
438
+ "geometry": "sphere",
439
+ "position": [
440
+ 8.6,
441
+ 8.2,
442
+ -9
443
+ ],
444
+ "scale": [
445
+ 0.22,
446
+ 0.22,
447
+ 0.22
448
+ ],
449
+ "baseColor": [
450
+ 0.9,
451
+ 0.95,
452
+ 1,
453
+ 1
454
+ ],
455
+ "metallic": 0,
456
+ "roughness": 0.85,
457
+ "emissiveColor": [
458
+ 0.78,
459
+ 0.88,
460
+ 1
461
+ ],
462
+ "glow": {
463
+ "dim": 0.5,
464
+ "full": 1.2
465
+ }
466
+ },
467
+ {
468
+ "id": "star-9",
469
+ "geometry": "sphere",
470
+ "position": [
471
+ 8,
472
+ 2.8,
473
+ -9
474
+ ],
475
+ "scale": [
476
+ 0.12,
477
+ 0.12,
478
+ 0.12
479
+ ],
480
+ "baseColor": [
481
+ 0.9,
482
+ 0.95,
483
+ 1,
484
+ 1
485
+ ],
486
+ "metallic": 0,
487
+ "roughness": 0.85,
488
+ "emissiveColor": [
489
+ 0.78,
490
+ 0.88,
491
+ 1
492
+ ],
493
+ "glow": {
494
+ "dim": 0.5,
495
+ "full": 1.2
496
+ }
497
+ },
498
+ {
499
+ "id": "star-10",
500
+ "geometry": "sphere",
501
+ "position": [
502
+ 4.2,
503
+ 8.6,
504
+ -9
505
+ ],
506
+ "scale": [
507
+ 0.16999999999999998,
508
+ 0.16999999999999998,
509
+ 0.16999999999999998
510
+ ],
511
+ "baseColor": [
512
+ 0.9,
513
+ 0.95,
514
+ 1,
515
+ 1
516
+ ],
517
+ "metallic": 0,
518
+ "roughness": 0.85,
519
+ "emissiveColor": [
520
+ 0.78,
521
+ 0.88,
522
+ 1
523
+ ],
524
+ "glow": {
525
+ "dim": 0.5,
526
+ "full": 1.2
527
+ }
528
+ },
529
+ {
530
+ "id": "star-11",
531
+ "geometry": "sphere",
532
+ "position": [
533
+ -10.5,
534
+ 5,
535
+ -9
536
+ ],
537
+ "scale": [
538
+ 0.22,
539
+ 0.22,
540
+ 0.22
541
+ ],
542
+ "baseColor": [
543
+ 0.9,
544
+ 0.95,
545
+ 1,
546
+ 1
547
+ ],
548
+ "metallic": 0,
549
+ "roughness": 0.85,
550
+ "emissiveColor": [
551
+ 0.78,
552
+ 0.88,
553
+ 1
554
+ ],
555
+ "glow": {
556
+ "dim": 0.5,
557
+ "full": 1.2
558
+ }
559
+ },
560
+ {
561
+ "id": "star-12",
562
+ "geometry": "sphere",
563
+ "position": [
564
+ 9.8,
565
+ 4,
566
+ -9
567
+ ],
568
+ "scale": [
569
+ 0.12,
570
+ 0.12,
571
+ 0.12
572
+ ],
573
+ "baseColor": [
574
+ 0.9,
575
+ 0.95,
576
+ 1,
577
+ 1
578
+ ],
579
+ "metallic": 0,
580
+ "roughness": 0.85,
581
+ "emissiveColor": [
582
+ 0.78,
583
+ 0.88,
584
+ 1
585
+ ],
586
+ "glow": {
587
+ "dim": 0.5,
588
+ "full": 1.2
589
+ }
590
+ },
591
+ {
592
+ "id": "star-13",
593
+ "geometry": "sphere",
594
+ "position": [
595
+ -4.6,
596
+ 2.2,
597
+ -9
598
+ ],
599
+ "scale": [
600
+ 0.16999999999999998,
601
+ 0.16999999999999998,
602
+ 0.16999999999999998
603
+ ],
604
+ "baseColor": [
605
+ 0.9,
606
+ 0.95,
607
+ 1,
608
+ 1
609
+ ],
610
+ "metallic": 0,
611
+ "roughness": 0.85,
612
+ "emissiveColor": [
613
+ 0.78,
614
+ 0.88,
615
+ 1
616
+ ],
617
+ "glow": {
618
+ "dim": 0.5,
619
+ "full": 1.2
620
+ }
621
+ },
622
+ {
623
+ "id": "star-14",
624
+ "geometry": "sphere",
625
+ "position": [
626
+ 6,
627
+ 1.8,
628
+ -9
629
+ ],
630
+ "scale": [
631
+ 0.22,
632
+ 0.22,
633
+ 0.22
634
+ ],
635
+ "baseColor": [
636
+ 0.9,
637
+ 0.95,
638
+ 1,
639
+ 1
640
+ ],
641
+ "metallic": 0,
642
+ "roughness": 0.85,
643
+ "emissiveColor": [
644
+ 0.78,
645
+ 0.88,
646
+ 1
647
+ ],
648
+ "glow": {
649
+ "dim": 0.5,
650
+ "full": 1.2
651
+ }
652
+ },
653
+ {
654
+ "id": "star-15",
655
+ "geometry": "sphere",
656
+ "position": [
657
+ 0.5,
658
+ 8.8,
659
+ -9
660
+ ],
661
+ "scale": [
662
+ 0.12,
663
+ 0.12,
664
+ 0.12
665
+ ],
666
+ "baseColor": [
667
+ 0.9,
668
+ 0.95,
669
+ 1,
670
+ 1
671
+ ],
672
+ "metallic": 0,
673
+ "roughness": 0.85,
674
+ "emissiveColor": [
675
+ 0.78,
676
+ 0.88,
677
+ 1
678
+ ],
679
+ "glow": {
680
+ "dim": 0.5,
681
+ "full": 1.2
682
+ }
683
+ },
684
+ {
685
+ "id": "glow-stone-l",
686
+ "geometry": "sphere",
687
+ "position": [
688
+ -1.7,
689
+ 0.12,
690
+ 0.45
691
+ ],
692
+ "scale": [
693
+ 0.26,
694
+ 0.13,
695
+ 0.2
696
+ ],
697
+ "baseColor": [
698
+ 1,
699
+ 0.882,
700
+ 0.557,
701
+ 1
702
+ ],
703
+ "metallic": 0,
704
+ "roughness": 0.85,
705
+ "emissiveColor": [
706
+ 1,
707
+ 0.882,
708
+ 0.557
709
+ ],
710
+ "glow": {
711
+ "dim": 0.12,
712
+ "full": 1.85
713
+ }
714
+ },
715
+ {
716
+ "id": "glow-stone-c",
717
+ "geometry": "sphere",
718
+ "position": [
719
+ -0.15,
720
+ 0.1,
721
+ 0.35
722
+ ],
723
+ "scale": [
724
+ 0.2,
725
+ 0.1,
726
+ 0.16
727
+ ],
728
+ "baseColor": [
729
+ 0.49,
730
+ 0.886,
731
+ 1,
732
+ 1
733
+ ],
734
+ "metallic": 0,
735
+ "roughness": 0.85,
736
+ "emissiveColor": [
737
+ 0.49,
738
+ 0.886,
739
+ 1
740
+ ],
741
+ "glow": {
742
+ "dim": 0.1,
743
+ "full": 1.7
744
+ }
745
+ },
746
+ {
747
+ "id": "glow-stone-r",
748
+ "geometry": "sphere",
749
+ "position": [
750
+ 1.75,
751
+ 0.12,
752
+ 0.4
753
+ ],
754
+ "scale": [
755
+ 0.26,
756
+ 0.13,
757
+ 0.2
758
+ ],
759
+ "baseColor": [
760
+ 1,
761
+ 0.882,
762
+ 0.557,
763
+ 1
764
+ ],
765
+ "metallic": 0,
766
+ "roughness": 0.85,
767
+ "emissiveColor": [
768
+ 1,
769
+ 0.882,
770
+ 0.557
771
+ ],
772
+ "glow": {
773
+ "dim": 0.12,
774
+ "full": 1.85
775
+ }
776
+ },
777
+ {
778
+ "id": "glow-stone-back",
779
+ "geometry": "sphere",
780
+ "position": [
781
+ 0.55,
782
+ 0.1,
783
+ -0.7
784
+ ],
785
+ "scale": [
786
+ 0.2,
787
+ 0.1,
788
+ 0.16
789
+ ],
790
+ "baseColor": [
791
+ 0.49,
792
+ 0.886,
793
+ 1,
794
+ 1
795
+ ],
796
+ "metallic": 0,
797
+ "roughness": 0.85,
798
+ "emissiveColor": [
799
+ 0.49,
800
+ 0.886,
801
+ 1
802
+ ],
803
+ "glow": {
804
+ "dim": 0.1,
805
+ "full": 1.7
806
+ }
807
+ },
808
+ {
809
+ "id": "broom-handle",
810
+ "geometry": "cylinder",
811
+ "position": [
812
+ -0.55,
813
+ 0.5,
814
+ 0.25
815
+ ],
816
+ "scale": [
817
+ 0.045,
818
+ 1,
819
+ 0.045
820
+ ],
821
+ "roll": -0.55,
822
+ "baseColor": [
823
+ 0.55,
824
+ 0.42,
825
+ 0.26,
826
+ 1
827
+ ],
828
+ "metallic": 0.1,
829
+ "roughness": 0.7,
830
+ "emissiveColor": [
831
+ 0.12,
832
+ 0.1,
833
+ 0.06
834
+ ],
835
+ "emissiveStrength": 0.1
836
+ },
837
+ {
838
+ "id": "broom-bristles",
839
+ "geometry": "cube",
840
+ "position": [
841
+ -0.82,
842
+ 0.18,
843
+ 0.27
844
+ ],
845
+ "scale": [
846
+ 0.32,
847
+ 0.18,
848
+ 0.12
849
+ ],
850
+ "baseColor": [
851
+ 1,
852
+ 0.882,
853
+ 0.557,
854
+ 1
855
+ ],
856
+ "metallic": 0,
857
+ "roughness": 0.85,
858
+ "emissiveColor": [
859
+ 1,
860
+ 0.882,
861
+ 0.557
862
+ ],
863
+ "glow": {
864
+ "dim": 0.18,
865
+ "full": 1
866
+ },
867
+ "roll": -0.2
868
+ }
869
+ ],
870
+ "lights": [
871
+ {
872
+ "id": "garden-key",
873
+ "kind": "point",
874
+ "color": [
875
+ 0.86,
876
+ 0.93,
877
+ 1
878
+ ],
879
+ "position": [
880
+ -2.6,
881
+ 3.6,
882
+ 2.6
883
+ ],
884
+ "intensity": 4.4,
885
+ "range": 18
886
+ },
887
+ {
888
+ "id": "garden-cyan-fill",
889
+ "kind": "point",
890
+ "color": [
891
+ 0.49,
892
+ 0.886,
893
+ 1
894
+ ],
895
+ "position": [
896
+ 2.4,
897
+ 2,
898
+ 1.4
899
+ ],
900
+ "intensity": 2,
901
+ "range": 13
902
+ },
903
+ {
904
+ "id": "garden-warm-rim",
905
+ "kind": "point",
906
+ "color": [
907
+ 1,
908
+ 0.78,
909
+ 0.45
910
+ ],
911
+ "position": [
912
+ 0.4,
913
+ 1.8,
914
+ -2
915
+ ],
916
+ "intensity": 2.8,
917
+ "range": 13
918
+ }
919
+ ]
920
+ },
921
+ "walkableBounds": {
922
+ "min": [
923
+ -3.6,
924
+ 0,
925
+ -2
926
+ ],
927
+ "max": [
928
+ 3.6,
929
+ 0,
930
+ 2
931
+ ]
932
+ },
933
+ "shots": [
934
+ {
935
+ "shotId": "shot-moon-garden-open",
936
+ "presetId": "two-shot",
937
+ "startTime": 0,
938
+ "endTime": 20,
939
+ "cameraSubject": [
940
+ 0.025,
941
+ 0.75,
942
+ 0
943
+ ]
944
+ },
945
+ {
946
+ "shotId": "shot-glow-stone-teamwork",
947
+ "presetId": "two-shot",
948
+ "startTime": 20,
949
+ "endTime": 42,
950
+ "cameraSubject": [
951
+ -0.06,
952
+ 0.75,
953
+ 0.215
954
+ ]
955
+ },
956
+ {
957
+ "shotId": "shot-moon-garden-finish",
958
+ "presetId": "close-up",
959
+ "startTime": 42,
960
+ "endTime": 60,
961
+ "cameraSubject": [
962
+ -0.95,
963
+ -0.2,
964
+ 0
965
+ ]
966
+ }
967
+ ],
968
+ "blocking": [
969
+ {
970
+ "characterId": "miko",
971
+ "shots": [
972
+ {
973
+ "shotId": "shot-moon-garden-open",
974
+ "clip": "Loops",
975
+ "waypoints": [
976
+ {
977
+ "time": 0,
978
+ "position": [
979
+ -0.95,
980
+ 0,
981
+ 0
982
+ ],
983
+ "yaw": 0.37699111843077515
984
+ }
985
+ ]
986
+ },
987
+ {
988
+ "shotId": "shot-glow-stone-teamwork",
989
+ "clip": "Loops",
990
+ "sweeping": true,
991
+ "waypoints": [
992
+ {
993
+ "time": 20,
994
+ "position": [
995
+ -0.37,
996
+ 0,
997
+ 0.23
998
+ ],
999
+ "yaw": -1.5707963267948966
1000
+ }
1001
+ ]
1002
+ },
1003
+ {
1004
+ "shotId": "shot-moon-garden-finish",
1005
+ "clip": "Loops",
1006
+ "waypoints": [
1007
+ {
1008
+ "time": 42,
1009
+ "position": [
1010
+ -0.65,
1011
+ 0,
1012
+ 0
1013
+ ],
1014
+ "yaw": 0.37699111843077515
1015
+ }
1016
+ ]
1017
+ }
1018
+ ]
1019
+ },
1020
+ {
1021
+ "characterId": "luma",
1022
+ "shots": [
1023
+ {
1024
+ "shotId": "shot-moon-garden-open",
1025
+ "clip": "idle",
1026
+ "waypoints": [
1027
+ {
1028
+ "time": 0,
1029
+ "position": [
1030
+ 1.2,
1031
+ 0,
1032
+ 0.3
1033
+ ],
1034
+ "yaw": -0.4
1035
+ }
1036
+ ]
1037
+ },
1038
+ {
1039
+ "shotId": "shot-glow-stone-teamwork",
1040
+ "clip": "Run",
1041
+ "waypoints": [
1042
+ {
1043
+ "time": 20,
1044
+ "position": [
1045
+ 0.25,
1046
+ 0,
1047
+ 0.2
1048
+ ],
1049
+ "yaw": -1.9477874452256718
1050
+ }
1051
+ ]
1052
+ },
1053
+ {
1054
+ "shotId": "shot-moon-garden-finish",
1055
+ "clip": "Idle",
1056
+ "waypoints": [
1057
+ {
1058
+ "time": 42,
1059
+ "position": [
1060
+ 0.68,
1061
+ 0,
1062
+ 0
1063
+ ],
1064
+ "yaw": -0.37699111843077515
1065
+ }
1066
+ ]
1067
+ }
1068
+ ]
1069
+ }
1070
+ ],
1071
+ "setDressing": [
1072
+ {
1073
+ "propId": "mushroom",
1074
+ "position": [
1075
+ -2.4,
1076
+ 0,
1077
+ 0.4
1078
+ ],
1079
+ "scale": 0.16,
1080
+ "feetOffset": 2.8
1081
+ },
1082
+ {
1083
+ "propId": "mushroom",
1084
+ "position": [
1085
+ 2.5,
1086
+ 0,
1087
+ 0.2
1088
+ ],
1089
+ "scale": 0.14,
1090
+ "feetOffset": 2.8
1091
+ },
1092
+ {
1093
+ "propId": "mushroom",
1094
+ "position": [
1095
+ -1.6,
1096
+ 0,
1097
+ 1
1098
+ ],
1099
+ "scale": 0.1,
1100
+ "feetOffset": 2.8
1101
+ },
1102
+ {
1103
+ "propId": "mushroom",
1104
+ "position": [
1105
+ 1.8,
1106
+ 0,
1107
+ 0.9
1108
+ ],
1109
+ "scale": 0.11,
1110
+ "feetOffset": 2.8
1111
+ },
1112
+ {
1113
+ "propId": "mushroom",
1114
+ "position": [
1115
+ 0.2,
1116
+ 0,
1117
+ -1.5
1118
+ ],
1119
+ "scale": 0.13,
1120
+ "feetOffset": 2.8
1121
+ },
1122
+ {
1123
+ "propId": "mushroom",
1124
+ "position": [
1125
+ -3.4,
1126
+ 0,
1127
+ -0.6
1128
+ ],
1129
+ "scale": 0.08,
1130
+ "feetOffset": 2.8
1131
+ },
1132
+ {
1133
+ "propId": "mushroom",
1134
+ "position": [
1135
+ 3.3,
1136
+ 0,
1137
+ -0.4
1138
+ ],
1139
+ "scale": 0.085,
1140
+ "feetOffset": 2.8
1141
+ },
1142
+ {
1143
+ "propId": "mushroom",
1144
+ "position": [
1145
+ -2.7,
1146
+ 0,
1147
+ -1.6
1148
+ ],
1149
+ "scale": 0.07,
1150
+ "feetOffset": 2.8
1151
+ },
1152
+ {
1153
+ "propId": "mushroom",
1154
+ "position": [
1155
+ 2.6,
1156
+ 0,
1157
+ -1.7
1158
+ ],
1159
+ "scale": 0.075,
1160
+ "feetOffset": 2.8
1161
+ },
1162
+ {
1163
+ "propId": "mushroom",
1164
+ "position": [
1165
+ -0.9,
1166
+ 0,
1167
+ 1.4
1168
+ ],
1169
+ "scale": 0.06,
1170
+ "feetOffset": 2.8
1171
+ },
1172
+ {
1173
+ "propId": "mushroom",
1174
+ "position": [
1175
+ 1.1,
1176
+ 0,
1177
+ 1.5
1178
+ ],
1179
+ "scale": 0.065,
1180
+ "feetOffset": 2.8
1181
+ },
1182
+ {
1183
+ "propId": "mushroom",
1184
+ "position": [
1185
+ 2.2,
1186
+ 0,
1187
+ 1
1188
+ ],
1189
+ "scale": 0.12,
1190
+ "feetOffset": 2.8
1191
+ }
1192
+ ],
1193
+ "worldState": {
1194
+ "glowSpanSeconds": 60
1195
+ }
1196
+ }