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,723 @@
1
+ {
2
+ "id": "scene-two-office-workers-arguing-about",
3
+ "duration": 24,
4
+ "assets": {
5
+ "characters": [
6
+ {
7
+ "id": "worker-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": "\"worker 1\" — curated A-grade humanoid (humanoid-a)",
23
+ "license": "CC0",
24
+ "fidelityGrade": "A"
25
+ },
26
+ {
27
+ "id": "worker-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": "\"worker 2\" — curated A-grade humanoid (humanoid-b)",
43
+ "license": "CC0",
44
+ "fidelityGrade": "A"
45
+ }
46
+ ],
47
+ "props": []
48
+ },
49
+ "set": {
50
+ "clearColor": [
51
+ 0.62,
52
+ 0.66,
53
+ 0.72,
54
+ 1
55
+ ],
56
+ "studioLightingScale": 0.6,
57
+ "environment": {
58
+ "color": [
59
+ 0.7,
60
+ 0.72,
61
+ 0.76
62
+ ],
63
+ "intensity": 0.55,
64
+ "proceduralMap": {
65
+ "skyColor": [
66
+ 0.62,
67
+ 0.66,
68
+ 0.72
69
+ ],
70
+ "horizonColor": [
71
+ 0.5,
72
+ 0.53,
73
+ 0.58
74
+ ],
75
+ "groundColor": [
76
+ 0.28,
77
+ 0.29,
78
+ 0.32
79
+ ],
80
+ "specularColor": [
81
+ 0.9,
82
+ 0.92,
83
+ 0.96
84
+ ],
85
+ "intensity": 0.5,
86
+ "specularIntensity": 0.5
87
+ },
88
+ "hdri": {
89
+ "skyColor": [
90
+ 0.7,
91
+ 0.74,
92
+ 0.8
93
+ ],
94
+ "horizonColor": [
95
+ 0.5,
96
+ 0.53,
97
+ 0.58
98
+ ],
99
+ "groundColor": [
100
+ 0.24,
101
+ 0.25,
102
+ 0.28
103
+ ],
104
+ "sun": {
105
+ "color": [
106
+ 0.95,
107
+ 0.97,
108
+ 1
109
+ ],
110
+ "intensity": 1.5,
111
+ "azimuth": 0.5,
112
+ "elevation": 1.05,
113
+ "angularRadius": 0.2
114
+ },
115
+ "intensity": 0.6,
116
+ "specularIntensity": 0.5
117
+ }
118
+ },
119
+ "pieces": [
120
+ {
121
+ "id": "office-cyc-wall",
122
+ "geometry": "sphere",
123
+ "position": [
124
+ 0,
125
+ 8,
126
+ -20
127
+ ],
128
+ "scale": [
129
+ 70,
130
+ 44,
131
+ 10
132
+ ],
133
+ "baseColor": [
134
+ 0.66,
135
+ 0.69,
136
+ 0.74,
137
+ 1
138
+ ],
139
+ "metallic": 0.05,
140
+ "roughness": 0.9,
141
+ "emissiveColor": [
142
+ 0.5,
143
+ 0.53,
144
+ 0.58
145
+ ],
146
+ "emissiveStrength": 0.7
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.26,
163
+ 0.27,
164
+ 0.3,
165
+ 1
166
+ ],
167
+ "metallic": 0.1,
168
+ "roughness": 0.6,
169
+ "emissiveColor": [
170
+ 0.026000000000000002,
171
+ 0.027000000000000003,
172
+ 0.03
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.2,
192
+ 0.21,
193
+ 0.24,
194
+ 1
195
+ ],
196
+ "metallic": 0.1,
197
+ "roughness": 0.65
198
+ },
199
+ {
200
+ "id": "office-desk-top",
201
+ "geometry": "cube",
202
+ "position": [
203
+ -2.4,
204
+ 0.78,
205
+ -2
206
+ ],
207
+ "scale": [
208
+ 2.6,
209
+ 0.12,
210
+ 1.1
211
+ ],
212
+ "baseColor": [
213
+ 0.72,
214
+ 0.72,
215
+ 0.74,
216
+ 1
217
+ ],
218
+ "metallic": 0.05,
219
+ "roughness": 0.5
220
+ },
221
+ {
222
+ "id": "office-desk-leg-l",
223
+ "geometry": "cube",
224
+ "position": [
225
+ -3.5,
226
+ 0.39,
227
+ -2
228
+ ],
229
+ "scale": [
230
+ 0.12,
231
+ 0.78,
232
+ 1
233
+ ],
234
+ "baseColor": [
235
+ 0.3,
236
+ 0.3,
237
+ 0.33,
238
+ 1
239
+ ],
240
+ "metallic": 0.4,
241
+ "roughness": 0.5
242
+ },
243
+ {
244
+ "id": "office-desk-leg-r",
245
+ "geometry": "cube",
246
+ "position": [
247
+ -1.3,
248
+ 0.39,
249
+ -2
250
+ ],
251
+ "scale": [
252
+ 0.12,
253
+ 0.78,
254
+ 1
255
+ ],
256
+ "baseColor": [
257
+ 0.3,
258
+ 0.3,
259
+ 0.33,
260
+ 1
261
+ ],
262
+ "metallic": 0.4,
263
+ "roughness": 0.5
264
+ },
265
+ {
266
+ "id": "office-monitor-1",
267
+ "geometry": "cube",
268
+ "position": [
269
+ -2.9,
270
+ 1.18,
271
+ -2.2
272
+ ],
273
+ "scale": [
274
+ 0.7,
275
+ 0.44,
276
+ 0.06
277
+ ],
278
+ "baseColor": [
279
+ 0.08,
280
+ 0.09,
281
+ 0.1,
282
+ 1
283
+ ],
284
+ "metallic": 0.2,
285
+ "roughness": 0.4,
286
+ "emissiveColor": [
287
+ 0.2,
288
+ 0.42,
289
+ 0.6
290
+ ],
291
+ "emissiveStrength": 0.5
292
+ },
293
+ {
294
+ "id": "office-monitor-2",
295
+ "geometry": "cube",
296
+ "position": [
297
+ -1.9,
298
+ 1.18,
299
+ -2.2
300
+ ],
301
+ "scale": [
302
+ 0.7,
303
+ 0.44,
304
+ 0.06
305
+ ],
306
+ "baseColor": [
307
+ 0.08,
308
+ 0.09,
309
+ 0.1,
310
+ 1
311
+ ],
312
+ "metallic": 0.2,
313
+ "roughness": 0.4,
314
+ "emissiveColor": [
315
+ 0.22,
316
+ 0.4,
317
+ 0.55
318
+ ],
319
+ "emissiveStrength": 0.5
320
+ },
321
+ {
322
+ "id": "office-partition",
323
+ "geometry": "cube",
324
+ "position": [
325
+ 0.3,
326
+ 1,
327
+ -2.6
328
+ ],
329
+ "scale": [
330
+ 0.12,
331
+ 2,
332
+ 1.6
333
+ ],
334
+ "baseColor": [
335
+ 0.4,
336
+ 0.45,
337
+ 0.5,
338
+ 1
339
+ ],
340
+ "metallic": 0.1,
341
+ "roughness": 0.7
342
+ },
343
+ {
344
+ "id": "office-desk2-top",
345
+ "geometry": "cube",
346
+ "position": [
347
+ 2.6,
348
+ 0.78,
349
+ -2
350
+ ],
351
+ "scale": [
352
+ 2.2,
353
+ 0.12,
354
+ 1
355
+ ],
356
+ "baseColor": [
357
+ 0.7,
358
+ 0.7,
359
+ 0.72,
360
+ 1
361
+ ],
362
+ "metallic": 0.05,
363
+ "roughness": 0.5
364
+ },
365
+ {
366
+ "id": "office-chair-seat",
367
+ "geometry": "cylinder",
368
+ "position": [
369
+ -2.2,
370
+ 0.5,
371
+ -0.9
372
+ ],
373
+ "scale": [
374
+ 0.5,
375
+ 0.12,
376
+ 0.5
377
+ ],
378
+ "baseColor": [
379
+ 0.12,
380
+ 0.14,
381
+ 0.18,
382
+ 1
383
+ ],
384
+ "metallic": 0.1,
385
+ "roughness": 0.8
386
+ },
387
+ {
388
+ "id": "office-chair-post",
389
+ "geometry": "cylinder",
390
+ "position": [
391
+ -2.2,
392
+ 0.24,
393
+ -0.9
394
+ ],
395
+ "scale": [
396
+ 0.1,
397
+ 0.5,
398
+ 0.1
399
+ ],
400
+ "baseColor": [
401
+ 0.2,
402
+ 0.2,
403
+ 0.22,
404
+ 1
405
+ ],
406
+ "metallic": 0.6,
407
+ "roughness": 0.4
408
+ },
409
+ {
410
+ "id": "office-plant-pot",
411
+ "geometry": "cylinder",
412
+ "position": [
413
+ 3.4,
414
+ 0.3,
415
+ -1.2
416
+ ],
417
+ "scale": [
418
+ 0.3,
419
+ 0.6,
420
+ 0.3
421
+ ],
422
+ "baseColor": [
423
+ 0.4,
424
+ 0.3,
425
+ 0.24,
426
+ 1
427
+ ],
428
+ "metallic": 0,
429
+ "roughness": 0.9
430
+ },
431
+ {
432
+ "id": "office-plant-leaves",
433
+ "geometry": "sphere",
434
+ "position": [
435
+ 3.4,
436
+ 0.95,
437
+ -1.2
438
+ ],
439
+ "scale": [
440
+ 0.6,
441
+ 0.7,
442
+ 0.6
443
+ ],
444
+ "baseColor": [
445
+ 0.16,
446
+ 0.4,
447
+ 0.18,
448
+ 1
449
+ ],
450
+ "metallic": 0,
451
+ "roughness": 0.95
452
+ }
453
+ ],
454
+ "lights": [
455
+ {
456
+ "id": "key",
457
+ "kind": "point",
458
+ "color": [
459
+ 0.97,
460
+ 0.98,
461
+ 1
462
+ ],
463
+ "position": [
464
+ -2.6,
465
+ 3.8,
466
+ 3
467
+ ],
468
+ "intensity": 4.2,
469
+ "range": 19
470
+ },
471
+ {
472
+ "id": "fill",
473
+ "kind": "point",
474
+ "color": [
475
+ 0.86,
476
+ 0.9,
477
+ 0.96
478
+ ],
479
+ "position": [
480
+ 2.8,
481
+ 2.4,
482
+ 1.8
483
+ ],
484
+ "intensity": 2.2,
485
+ "range": 14
486
+ },
487
+ {
488
+ "id": "rim",
489
+ "kind": "point",
490
+ "color": [
491
+ 0.9,
492
+ 0.92,
493
+ 1
494
+ ],
495
+ "position": [
496
+ 0.3,
497
+ 2.4,
498
+ -2.6
499
+ ],
500
+ "intensity": 2.2,
501
+ "range": 13
502
+ }
503
+ ]
504
+ },
505
+ "walkableBounds": {
506
+ "min": [
507
+ -3.6,
508
+ 0,
509
+ -2
510
+ ],
511
+ "max": [
512
+ 3.6,
513
+ 0,
514
+ 2
515
+ ]
516
+ },
517
+ "shots": [
518
+ {
519
+ "shotId": "shot-1",
520
+ "presetId": "establishing",
521
+ "startTime": 0,
522
+ "endTime": 8,
523
+ "cameraSubject": [
524
+ 0,
525
+ 0,
526
+ 0
527
+ ]
528
+ },
529
+ {
530
+ "shotId": "shot-2",
531
+ "presetId": "medium",
532
+ "startTime": 8,
533
+ "endTime": 16,
534
+ "cameraSubject": [
535
+ 0,
536
+ 0,
537
+ 0
538
+ ]
539
+ },
540
+ {
541
+ "shotId": "shot-3",
542
+ "presetId": "medium",
543
+ "startTime": 16,
544
+ "endTime": 24,
545
+ "cameraSubject": [
546
+ 0,
547
+ 0,
548
+ 0
549
+ ]
550
+ }
551
+ ],
552
+ "blocking": [
553
+ {
554
+ "characterId": "worker-1",
555
+ "shots": [
556
+ {
557
+ "shotId": "shot-1",
558
+ "clip": "run",
559
+ "waypoints": [
560
+ {
561
+ "time": 0,
562
+ "position": [
563
+ -4.1,
564
+ 0,
565
+ 0
566
+ ],
567
+ "yaw": 1.5707963267948966
568
+ },
569
+ {
570
+ "time": 2.88,
571
+ "position": [
572
+ -0.936,
573
+ 0,
574
+ 0
575
+ ],
576
+ "yaw": 1.5707963267948966
577
+ }
578
+ ]
579
+ },
580
+ {
581
+ "shotId": "shot-2",
582
+ "clip": "talk",
583
+ "waypoints": [
584
+ {
585
+ "time": 8,
586
+ "position": [
587
+ -0.936,
588
+ 0,
589
+ 0
590
+ ],
591
+ "yaw": 1.5707963267948966
592
+ }
593
+ ]
594
+ },
595
+ {
596
+ "shotId": "shot-3",
597
+ "clip": "gesture",
598
+ "waypoints": [
599
+ {
600
+ "time": 16,
601
+ "position": [
602
+ -0.936,
603
+ 0,
604
+ 0
605
+ ],
606
+ "yaw": 1.5707963267948966
607
+ }
608
+ ]
609
+ }
610
+ ]
611
+ },
612
+ {
613
+ "characterId": "worker-2",
614
+ "shots": [
615
+ {
616
+ "shotId": "shot-1",
617
+ "clip": "run",
618
+ "waypoints": [
619
+ {
620
+ "time": 0,
621
+ "position": [
622
+ 4.1,
623
+ 0,
624
+ 0
625
+ ],
626
+ "yaw": -1.5707963267948966
627
+ },
628
+ {
629
+ "time": 2.88,
630
+ "position": [
631
+ 0.936,
632
+ 0,
633
+ 0
634
+ ],
635
+ "yaw": -1.5707963267948966
636
+ }
637
+ ]
638
+ },
639
+ {
640
+ "shotId": "shot-2",
641
+ "clip": "talk",
642
+ "waypoints": [
643
+ {
644
+ "time": 8,
645
+ "position": [
646
+ 0.936,
647
+ 0,
648
+ 0
649
+ ],
650
+ "yaw": -1.5707963267948966
651
+ }
652
+ ]
653
+ },
654
+ {
655
+ "shotId": "shot-3",
656
+ "clip": "gesture",
657
+ "waypoints": [
658
+ {
659
+ "time": 16,
660
+ "position": [
661
+ 0.936,
662
+ 0,
663
+ 0
664
+ ],
665
+ "yaw": -1.5707963267948966
666
+ }
667
+ ]
668
+ }
669
+ ]
670
+ }
671
+ ],
672
+ "setDressing": [],
673
+ "worldState": {
674
+ "glowSpanSeconds": 24
675
+ },
676
+ "dialogue": {
677
+ "language": "en",
678
+ "lines": [
679
+ {
680
+ "lineId": "l0",
681
+ "speakerId": "worker-1",
682
+ "text": "We are not shipping on Friday.",
683
+ "startTime": 0.4,
684
+ "endTime": 2.982
685
+ },
686
+ {
687
+ "lineId": "l1",
688
+ "speakerId": "worker-2",
689
+ "text": "Yes we are. The login feature is done.",
690
+ "startTime": 3.282,
691
+ "endTime": 6.991
692
+ },
693
+ {
694
+ "lineId": "l2",
695
+ "speakerId": "worker-1",
696
+ "text": "It is not done. The tests are still failing.",
697
+ "startTime": 7.291,
698
+ "endTime": 11.364
699
+ },
700
+ {
701
+ "lineId": "l3",
702
+ "speakerId": "worker-2",
703
+ "text": "Those tests are flaky. We can ignore them.",
704
+ "startTime": 11.664,
705
+ "endTime": 15.373
706
+ },
707
+ {
708
+ "lineId": "l4",
709
+ "speakerId": "worker-1",
710
+ "text": "We are not ignoring failing tests before a release.",
711
+ "startTime": 15.673,
712
+ "endTime": 19.346
713
+ },
714
+ {
715
+ "lineId": "l5",
716
+ "speakerId": "worker-2",
717
+ "text": "Fine. Give me one more day and I will fix them.",
718
+ "startTime": 19.646,
719
+ "endTime": 24
720
+ }
721
+ ]
722
+ }
723
+ }
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Aura3D Cartoon Studio — Live 3D Render Route</title>
6
+ <title>Aura3D Animation Studio — Live 3D Render Route</title>
7
7
  </head>
8
8
  <body style="margin:0;background:#0b0f1a;">
9
9
  <div id="app"></div>