create-aura3d 1.1.2 → 1.3.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +10 -9
- package/templates/{cartoon-channel → animation-channel}/README.md +11 -11
- package/templates/{cartoon-studio → animation-channel}/index.html +1 -1
- package/templates/{cartoon-channel → animation-channel}/package.json +2 -2
- package/templates/{cartoon-channel → animation-channel}/src/episode.ts +22 -22
- package/templates/{cartoon-channel → animation-channel}/src/experimental/README.md +5 -5
- package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.css +3 -3
- package/templates/{cartoon-channel → animation-channel}/src/experimental/concept-episode-2-5d.ts +7 -7
- package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.css +4 -4
- package/templates/{cartoon-channel → animation-channel}/src/experimental/image-puppet-episode.ts +6 -6
- package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.css +3 -3
- package/templates/{cartoon-channel → animation-channel}/src/experimental/puppet-episode-2d.ts +7 -7
- package/templates/{cartoon-channel → animation-channel}/src/main.ts +32 -32
- package/templates/{cartoon-channel → animation-channel}/src/render-plan.ts +13 -13
- package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.css +34 -34
- package/templates/{cartoon-channel → animation-channel}/src/sample-episode-visual.ts +20 -20
- package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d-animation.spec.ts +3 -3
- package/templates/{cartoon-channel → animation-channel}/tests/concept-2-5d.spec.ts +6 -6
- package/templates/{cartoon-channel → animation-channel}/tests/image-puppet-animation.spec.ts +3 -3
- package/templates/{cartoon-channel → animation-channel}/tests/image-puppet.spec.ts +5 -5
- package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d-animation.spec.ts +3 -3
- package/templates/{cartoon-channel → animation-channel}/tests/puppet-2d.spec.ts +4 -4
- package/templates/{prompt-cartoon-channel → animation-channel}/tests/route-health.spec.ts +1 -1
- package/templates/{cartoon-channel → animation-channel}/tests/sample-episode-visual.spec.ts +5 -5
- package/templates/{cartoon-channel → animation-channel}/tests/storyboard-playback.spec.ts +7 -7
- package/templates/animation-studio/AGENTS.md +71 -0
- package/templates/{cartoon-studio → animation-studio}/ASSET-LICENSES.md +7 -7
- package/templates/{cartoon-studio → animation-studio}/README.md +6 -6
- package/templates/animation-studio/aura.assets.json +669 -0
- package/templates/animation-studio/dist/episodes/scene/episode-3d.webm +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/action.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/dialogue.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/final.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/first.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/mouth-closed.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/frames/mouth-open.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/render-live-summary.json +10284 -0
- package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-1.png +0 -0
- package/templates/animation-studio/dist/episodes/scene/skeleton-overlays/worker-2.png +0 -0
- package/templates/animation-studio/dist/generated/second-scene.document.json +1210 -0
- package/templates/animation-studio/dist/generated/studio-edited.document.json +1196 -0
- package/templates/animation-studio/dist/scene/inshader-accept.document.json +1 -0
- package/templates/animation-studio/dist/scene/inshader-test.document.json +1 -0
- package/templates/animation-studio/dist/scene/integ.document.json +1 -0
- package/templates/animation-studio/dist/scene/working.document.json +723 -0
- package/templates/animation-studio/dist/scene/working.history.json +1 -0
- package/templates/{cartoon-studio → animation-studio}/live-route.html +1 -1
- package/templates/{cartoon-studio → animation-studio}/package-lock.json +2 -2
- package/templates/animation-studio/package.json +32 -0
- package/templates/animation-studio/public/aura-assets/cast-a.catalog.glb +0 -0
- package/templates/animation-studio/public/aura-assets/cast-b.catalog.glb +0 -0
- package/templates/animation-studio/public/aura-assets/luma.catalog.glb +0 -0
- package/templates/animation-studio/public/aura-assets/luma2.catalog.glb +0 -0
- package/templates/animation-studio/public/aura-assets/miko.catalog.glb +0 -0
- package/templates/{cartoon-studio → animation-studio}/public/aura-assets/moonGarden.gltf +1 -1
- package/templates/animation-studio/public/aura-assets/mushroom.catalog.glb +0 -0
- package/templates/animation-studio/public/aura-assets/rusty.catalog.glb +0 -0
- package/templates/animation-studio/public/cast-library/cast-library.json +71 -0
- package/templates/animation-studio/public/clip-library/gesture.json +173903 -0
- package/templates/animation-studio/public/clip-library/idle.json +23035 -0
- package/templates/animation-studio/public/clip-library/manifest.json +154 -0
- package/templates/animation-studio/public/clip-library/nod.json +173903 -0
- package/templates/animation-studio/public/clip-library/point.json +69879 -0
- package/templates/animation-studio/public/clip-library/react.json +66084 -0
- package/templates/animation-studio/public/clip-library/run.json +9648 -0
- package/templates/animation-studio/public/clip-library/talk.json +69879 -0
- package/templates/animation-studio/public/clip-library/walk.json +8283 -0
- package/templates/animation-studio/public/hifi-cast/BrainStem.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/CesiumMan.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/RiggedFigure.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/kaykit/Barbarian.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/kaykit/Knight.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/kaykit/Mage.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/kaykit/Rogue.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/kaykit/Rogue_Hooded.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/khronos-report.json +295 -0
- package/templates/animation-studio/public/hifi-cast/quaternius-report.json +449 -0
- package/templates/animation-studio/public/hifi-cast/rpm/cesiumman.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/rpm/fox.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/rpm/riggedfigure.glb +0 -0
- package/templates/animation-studio/public/hifi-cast/rpm-report.json +301 -0
- package/templates/animation-studio/scripts/anim.ts +103 -0
- package/templates/animation-studio/scripts/animation-scene.ts +457 -0
- package/templates/animation-studio/scripts/asset-motion-probe.ts +450 -0
- package/templates/animation-studio/scripts/asset-render-probe.ts +152 -0
- package/templates/animation-studio/scripts/author-office-scene.ts +65 -0
- package/templates/animation-studio/scripts/build-cast-library.ts +97 -0
- package/templates/animation-studio/scripts/build-characters.ts +1543 -0
- package/templates/animation-studio/scripts/build-clip-library.ts +972 -0
- package/templates/animation-studio/scripts/clip-decision-cli.ts +51 -0
- package/templates/animation-studio/scripts/determinism-check.ts +48 -0
- package/templates/animation-studio/scripts/generate-scene.ts +95 -0
- package/templates/animation-studio/scripts/hifi-cast-validate.ts +572 -0
- package/templates/animation-studio/scripts/motion-evidence-cli.ts +150 -0
- package/templates/animation-studio/scripts/motion-evidence.ts +362 -0
- package/templates/animation-studio/scripts/preview-server.ts +52 -0
- package/templates/animation-studio/scripts/regen-manifest.ts +156 -0
- package/templates/animation-studio/scripts/render-core.ts +360 -0
- package/templates/animation-studio/scripts/render-live.ts +813 -0
- package/templates/animation-studio/scripts/render-parallel.ts +70 -0
- package/templates/animation-studio/scripts/render-server.ts +119 -0
- package/templates/animation-studio/scripts/resolve-asset.ts +669 -0
- package/templates/animation-studio/scripts/skeleton-overlay-cli.ts +82 -0
- package/templates/animation-studio/scripts/skeleton-overlay.ts +293 -0
- package/templates/animation-studio/scripts/studio-tools-demo.ts +45 -0
- package/templates/animation-studio/scripts/texture-bake.ts +297 -0
- package/templates/{cartoon-studio → animation-studio}/scripts/validate-characters.ts +0 -0
- package/templates/animation-studio/scripts/verify-extracted-overlay-cli.ts +264 -0
- package/templates/animation-studio/src/animation-episode-validator.ts +97 -0
- package/templates/animation-studio/src/animation-performance.ts +556 -0
- package/templates/animation-studio/src/aura-assets.ts +71 -0
- package/templates/animation-studio/src/character.ts +40 -0
- package/templates/animation-studio/src/director/compile-episode-document.ts +45 -0
- package/templates/animation-studio/src/director/director-heuristics.ts +697 -0
- package/templates/animation-studio/src/director/prompt-to-scene.ts +369 -0
- package/templates/animation-studio/src/empty-document.ts +77 -0
- package/templates/animation-studio/src/episode-document.ts +442 -0
- package/templates/animation-studio/src/examples/moon-garden.example.ts +183 -0
- package/templates/animation-studio/src/fidelity.ts +129 -0
- package/templates/animation-studio/src/graph.ts +14 -0
- package/templates/animation-studio/src/procedural-hdri.ts +243 -0
- package/templates/animation-studio/src/profile.ts +97 -0
- package/templates/animation-studio/src/render-live-route.ts +42 -0
- package/templates/animation-studio/src/render-modes.ts +137 -0
- package/templates/animation-studio/src/scene-player.ts +867 -0
- package/templates/animation-studio/src/set-templates.ts +361 -0
- package/templates/animation-studio/src/studio/episode-document-store.ts +72 -0
- package/templates/animation-studio/src/studio/scene-tool-registry.ts +86 -0
- package/templates/animation-studio/src/studio/scene-tools.ts +169 -0
- package/templates/animation-studio/tests/reports/animation-studio/hifi-cast-validation.json +938 -0
- package/templates/animation-studio/tsconfig.json +26 -0
- package/templates/{cartoon-studio → animation-studio}/vite.config.ts +6 -1
- package/templates/character-controller/README.md +33 -0
- package/templates/character-controller/index.html +19 -0
- package/templates/character-controller/package.json +23 -0
- package/templates/character-controller/playwright.config.ts +14 -0
- package/templates/character-controller/src/controller.ts +44 -0
- package/templates/character-controller/src/main.ts +62 -0
- package/templates/character-controller/tests/route-health.spec.ts +26 -0
- package/templates/character-controller/tests/screenshot.spec.ts +9 -0
- package/templates/character-controller/tsconfig.json +15 -0
- package/templates/cinematic-scene/package.json +1 -1
- package/templates/episode-builder/README.md +4 -4
- package/templates/episode-builder/package.json +1 -1
- package/templates/episode-builder/src/aura-assets.ts +1 -1
- package/templates/episode-builder/src/builder.ts +4 -4
- package/templates/episode-builder/src/episode.ts +21 -21
- package/templates/episode-builder/src/main.ts +20 -20
- package/templates/episode-builder/src/render-plan.ts +13 -13
- package/templates/episode-builder/tests/storyboard-playback.spec.ts +7 -7
- package/templates/fighting-game/package.json +1 -1
- package/templates/mini-game/package.json +1 -1
- package/templates/product-viewer/package.json +1 -1
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/README.md +5 -5
- package/templates/{cartoon-channel → prompt-animation-channel}/index.html +1 -1
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/package.json +2 -2
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/aura-assets.ts +1 -1
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/episode.ts +22 -22
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/main.ts +28 -28
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/render-plan.ts +13 -13
- package/templates/{cartoon-channel → prompt-animation-channel}/tests/route-health.spec.ts +1 -1
- package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tests/storyboard-playback.spec.ts +8 -8
- package/templates/cartoon-studio/aura.assets.json +0 -400
- package/templates/cartoon-studio/package.json +0 -33
- package/templates/cartoon-studio/public/aura-assets/luma.authored.glb +0 -0
- package/templates/cartoon-studio/public/aura-assets/miko.authored.glb +0 -0
- package/templates/cartoon-studio/scripts/build-characters.ts +0 -738
- package/templates/cartoon-studio/scripts/build-dialogue-audio.ts +0 -262
- package/templates/cartoon-studio/scripts/episode.ts +0 -323
- package/templates/cartoon-studio/scripts/render-live.ts +0 -873
- package/templates/cartoon-studio/src/aura-assets.ts +0 -64
- package/templates/cartoon-studio/src/characters.ts +0 -65
- package/templates/cartoon-studio/src/episode-renderer.ts +0 -605
- package/templates/cartoon-studio/src/episode.ts +0 -306
- package/templates/cartoon-studio/src/main.ts +0 -400
- package/templates/cartoon-studio/src/render-live-route.ts +0 -913
- package/templates/cartoon-studio/src/render-plan.ts +0 -567
- package/templates/cartoon-studio/src/review.ts +0 -99
- package/templates/cartoon-studio/src/studio.ts +0 -101
- package/templates/cartoon-studio/test-results/.last-run.json +0 -4
- package/templates/cartoon-studio/tests/episode-render.spec.ts +0 -44
- package/templates/cartoon-studio/tests/motion-quality.spec.ts +0 -45
- package/templates/cartoon-studio/tests/route-health.spec.ts +0 -7
- package/templates/cartoon-studio/tests/storyboard-playback.spec.ts +0 -99
- package/templates/cartoon-studio/tests/visual-review.spec.ts +0 -21
- package/templates/cartoon-studio/tsconfig.json +0 -14
- package/templates/prompt-cartoon-channel/index.html +0 -13
- package/templates/prompt-cartoon-channel/src/sets.ts +0 -14
- /package/templates/{cartoon-channel → animation-channel}/aura.assets.json +0 -0
- /package/templates/{cartoon-channel → animation-channel}/playwright.config.ts +0 -0
- /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.047f5e5f.glb +0 -0
- /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/luma.thumb.svg +0 -0
- /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.047f5e5f.glb +0 -0
- /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/miko.thumb.svg +0 -0
- /package/templates/{cartoon-channel → animation-channel}/public/aura-assets/moon-garden-feature-frame.png +0 -0
- /package/templates/{cartoon-channel → animation-channel}/src/aura-assets.ts +0 -0
- /package/templates/{cartoon-channel → animation-channel}/src/characters.ts +0 -0
- /package/templates/{cartoon-channel → animation-channel}/src/contract.ts +0 -0
- /package/templates/{cartoon-channel → animation-channel}/src/sets.ts +0 -0
- /package/templates/{cartoon-channel → animation-channel}/test-results/.last-run.json +0 -0
- /package/templates/{cartoon-channel → animation-channel}/tests/reports/prompt-animation/cartoon-sample-episode.png +0 -0
- /package/templates/{cartoon-channel → animation-channel}/tsconfig.json +0 -0
- /package/templates/{cartoon-studio → animation-studio}/playwright.config.ts +0 -0
- /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/luma.thumb.svg +0 -0
- /package/templates/{cartoon-studio → animation-studio}/public/aura-assets/miko.thumb.svg +0 -0
- /package/templates/{cartoon-studio → animation-studio}/src/contract.ts +0 -0
- /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/playwright.config.ts +0 -0
- /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/characters.ts +0 -0
- /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/src/contract.ts +0 -0
- /package/templates/{cartoon-studio → prompt-animation-channel}/src/sets.ts +0 -0
- /package/templates/{prompt-cartoon-channel → prompt-animation-channel}/tsconfig.json +0 -0
|
@@ -0,0 +1,1210 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "second-scene-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": "open",
|
|
936
|
+
"presetId": "establishing",
|
|
937
|
+
"startTime": 0,
|
|
938
|
+
"endTime": 15,
|
|
939
|
+
"cameraSubject": [
|
|
940
|
+
0,
|
|
941
|
+
0.75,
|
|
942
|
+
0
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"shotId": "approach",
|
|
947
|
+
"presetId": "two-shot",
|
|
948
|
+
"startTime": 15,
|
|
949
|
+
"endTime": 32,
|
|
950
|
+
"cameraSubject": [
|
|
951
|
+
0,
|
|
952
|
+
0.75,
|
|
953
|
+
0
|
|
954
|
+
]
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"shotId": "together",
|
|
958
|
+
"presetId": "close-up",
|
|
959
|
+
"startTime": 32,
|
|
960
|
+
"endTime": 48,
|
|
961
|
+
"cameraSubject": [
|
|
962
|
+
-1.4400000000000002,
|
|
963
|
+
-0.2,
|
|
964
|
+
0
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"shotId": "close",
|
|
969
|
+
"presetId": "close-up",
|
|
970
|
+
"startTime": 48,
|
|
971
|
+
"endTime": 60,
|
|
972
|
+
"cameraSubject": [
|
|
973
|
+
1.4400000000000002,
|
|
974
|
+
-0.2,
|
|
975
|
+
0
|
|
976
|
+
]
|
|
977
|
+
}
|
|
978
|
+
],
|
|
979
|
+
"blocking": [
|
|
980
|
+
{
|
|
981
|
+
"characterId": "miko",
|
|
982
|
+
"shots": [
|
|
983
|
+
{
|
|
984
|
+
"shotId": "open",
|
|
985
|
+
"clip": "walk",
|
|
986
|
+
"waypoints": [
|
|
987
|
+
{
|
|
988
|
+
"time": 0,
|
|
989
|
+
"position": [
|
|
990
|
+
-4.1,
|
|
991
|
+
0,
|
|
992
|
+
0
|
|
993
|
+
],
|
|
994
|
+
"yaw": 1.5707963267948966
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"time": 7.199999999999999,
|
|
998
|
+
"position": [
|
|
999
|
+
-1.4400000000000002,
|
|
1000
|
+
0,
|
|
1001
|
+
0
|
|
1002
|
+
],
|
|
1003
|
+
"yaw": 1.5707963267948966
|
|
1004
|
+
}
|
|
1005
|
+
]
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"shotId": "approach",
|
|
1009
|
+
"clip": "walk",
|
|
1010
|
+
"sweeping": true,
|
|
1011
|
+
"waypoints": [
|
|
1012
|
+
{
|
|
1013
|
+
"time": 15,
|
|
1014
|
+
"position": [
|
|
1015
|
+
-0.8640000000000001,
|
|
1016
|
+
0,
|
|
1017
|
+
0.2
|
|
1018
|
+
],
|
|
1019
|
+
"yaw": 1.7982713072677243
|
|
1020
|
+
}
|
|
1021
|
+
]
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"shotId": "together",
|
|
1025
|
+
"clip": "walk",
|
|
1026
|
+
"sweeping": true,
|
|
1027
|
+
"waypoints": [
|
|
1028
|
+
{
|
|
1029
|
+
"time": 32,
|
|
1030
|
+
"position": [
|
|
1031
|
+
-1.1520000000000001,
|
|
1032
|
+
0,
|
|
1033
|
+
0.2
|
|
1034
|
+
],
|
|
1035
|
+
"yaw": 1.7426940580905885
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"shotId": "close",
|
|
1041
|
+
"clip": "idle",
|
|
1042
|
+
"sweeping": false,
|
|
1043
|
+
"waypoints": [
|
|
1044
|
+
{
|
|
1045
|
+
"time": 48,
|
|
1046
|
+
"position": [
|
|
1047
|
+
-1.4400000000000002,
|
|
1048
|
+
0,
|
|
1049
|
+
0
|
|
1050
|
+
],
|
|
1051
|
+
"yaw": 1.5707963267948966
|
|
1052
|
+
}
|
|
1053
|
+
]
|
|
1054
|
+
}
|
|
1055
|
+
]
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"characterId": "luma",
|
|
1059
|
+
"shots": [
|
|
1060
|
+
{
|
|
1061
|
+
"shotId": "open",
|
|
1062
|
+
"clip": "walk",
|
|
1063
|
+
"waypoints": [
|
|
1064
|
+
{
|
|
1065
|
+
"time": 0,
|
|
1066
|
+
"position": [
|
|
1067
|
+
4.1,
|
|
1068
|
+
0,
|
|
1069
|
+
0
|
|
1070
|
+
],
|
|
1071
|
+
"yaw": -1.5707963267948966
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"time": 7.199999999999999,
|
|
1075
|
+
"position": [
|
|
1076
|
+
1.4400000000000002,
|
|
1077
|
+
0,
|
|
1078
|
+
0
|
|
1079
|
+
],
|
|
1080
|
+
"yaw": -1.5707963267948966
|
|
1081
|
+
}
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"shotId": "approach",
|
|
1086
|
+
"clip": "walk",
|
|
1087
|
+
"sweeping": false,
|
|
1088
|
+
"waypoints": [
|
|
1089
|
+
{
|
|
1090
|
+
"time": 15,
|
|
1091
|
+
"position": [
|
|
1092
|
+
0.8640000000000001,
|
|
1093
|
+
0,
|
|
1094
|
+
0.2
|
|
1095
|
+
],
|
|
1096
|
+
"yaw": -1.7982713072677243
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"shotId": "together",
|
|
1102
|
+
"clip": "walk",
|
|
1103
|
+
"sweeping": false,
|
|
1104
|
+
"waypoints": [
|
|
1105
|
+
{
|
|
1106
|
+
"time": 32,
|
|
1107
|
+
"position": [
|
|
1108
|
+
1.1520000000000001,
|
|
1109
|
+
0,
|
|
1110
|
+
0.2
|
|
1111
|
+
],
|
|
1112
|
+
"yaw": -1.7426940580905885
|
|
1113
|
+
}
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"shotId": "close",
|
|
1118
|
+
"clip": "idle",
|
|
1119
|
+
"sweeping": false,
|
|
1120
|
+
"waypoints": [
|
|
1121
|
+
{
|
|
1122
|
+
"time": 48,
|
|
1123
|
+
"position": [
|
|
1124
|
+
1.4400000000000002,
|
|
1125
|
+
0,
|
|
1126
|
+
0
|
|
1127
|
+
],
|
|
1128
|
+
"yaw": -1.5707963267948966
|
|
1129
|
+
}
|
|
1130
|
+
]
|
|
1131
|
+
}
|
|
1132
|
+
]
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"setDressing": [
|
|
1136
|
+
{
|
|
1137
|
+
"propId": "mushroom",
|
|
1138
|
+
"position": [
|
|
1139
|
+
2.0979697879403827,
|
|
1140
|
+
0,
|
|
1141
|
+
-0.9175355210900307
|
|
1142
|
+
],
|
|
1143
|
+
"scale": 0.13703768499195576,
|
|
1144
|
+
"feetOffset": 2.8
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"propId": "mushroom",
|
|
1148
|
+
"position": [
|
|
1149
|
+
1.9048608792945747,
|
|
1150
|
+
0,
|
|
1151
|
+
-0.8970447760075331
|
|
1152
|
+
],
|
|
1153
|
+
"scale": 0.14542566585820169,
|
|
1154
|
+
"feetOffset": 2.8
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"propId": "mushroom",
|
|
1158
|
+
"position": [
|
|
1159
|
+
1.8741986755281688,
|
|
1160
|
+
0,
|
|
1161
|
+
-1.0370705351233482
|
|
1162
|
+
],
|
|
1163
|
+
"scale": 0.14746048694010824,
|
|
1164
|
+
"feetOffset": 2.8
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"propId": "mushroom",
|
|
1168
|
+
"position": [
|
|
1169
|
+
-1.0369112234562636,
|
|
1170
|
+
0,
|
|
1171
|
+
-0.8150918884202838
|
|
1172
|
+
],
|
|
1173
|
+
"scale": 0.07138293182011693,
|
|
1174
|
+
"feetOffset": 2.8
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"propId": "mushroom",
|
|
1178
|
+
"position": [
|
|
1179
|
+
-2.165573538467288,
|
|
1180
|
+
0,
|
|
1181
|
+
-1.005448454990983
|
|
1182
|
+
],
|
|
1183
|
+
"scale": 0.12236726907081902,
|
|
1184
|
+
"feetOffset": 2.8
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"propId": "mushroom",
|
|
1188
|
+
"position": [
|
|
1189
|
+
-0.9800841093063353,
|
|
1190
|
+
0,
|
|
1191
|
+
-0.1293648425489664
|
|
1192
|
+
],
|
|
1193
|
+
"scale": 0.11829238875303417,
|
|
1194
|
+
"feetOffset": 2.8
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"propId": "mushroom",
|
|
1198
|
+
"position": [
|
|
1199
|
+
0.5210582496598364,
|
|
1200
|
+
0,
|
|
1201
|
+
0.7381684593856335
|
|
1202
|
+
],
|
|
1203
|
+
"scale": 0.0960970253823325,
|
|
1204
|
+
"feetOffset": 2.8
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"worldState": {
|
|
1208
|
+
"glowSpanSeconds": 60
|
|
1209
|
+
}
|
|
1210
|
+
}
|