@three-blocks/devtools 10.0.0-alpha.384.g6baf5c5aba0f → 10.0.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.
- package/CHANGELOG.md +21 -60
- package/package.json +3 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,67 +1,28 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 10.0.0
|
|
3
|
+
## 10.0.0
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Library: Large PLY splat files now load through bundled workers.
|
|
8
|
-
|
|
9
|
-
- Devtools: Shader checks bound browser startup and shutdown before the next verification.
|
|
10
|
-
|
|
11
|
-
- Library: Baked Motion automatically prefers HEVC and falls back to AVC on every device.
|
|
12
|
-
|
|
13
|
-
- Library: Baked Motion can author narrower depth tracks to reduce package downloads.
|
|
14
|
-
|
|
15
|
-
- Library: Baked Motion bounds tilt warp reprojection so a starved blend goes stale, not stretched.
|
|
16
|
-
|
|
17
|
-
- Packages: Gaussian benchmarks add the three.js GaussianSplat runtime on its matching dev build.
|
|
18
|
-
|
|
19
|
-
- Library: Gaussian splats keep equal-depth ordering stable and avoid duplicate tile staging.
|
|
20
|
-
|
|
21
|
-
- Library: HMR replaces outgoing shader registrations without reporting false conflicts.
|
|
22
|
-
|
|
23
|
-
- Starter: New projects install the current Three Blocks and Devtools releases.
|
|
24
|
-
|
|
25
|
-
- Tools: Exact-count splats no longer drop small mesh objects with dense triangulation.
|
|
26
|
-
|
|
27
|
-
- Library: WaterVolume keeps hydrostatic density stable at high particle counts.
|
|
28
|
-
|
|
29
|
-
- Library: Sphere rasterization ignores inconsistent overflow readbacks instead of rebuilding.
|
|
30
|
-
|
|
31
|
-
- Website: The water surface demo starts at 500K particles, caps at 1M, and opens wider.
|
|
32
|
-
|
|
33
|
-
- Website: Water demos add larger tiers and a tunable floorless monochrome PBR particle view.
|
|
34
|
-
|
|
35
|
-
- Website: Example recording mode hides every interface except the rendered canvas.
|
|
36
|
-
|
|
37
|
-
- Website: The body-tracking demo now shows the whole live SDF volume instead of one slice.
|
|
38
|
-
|
|
39
|
-
- Library: SDFFieldNodes provides reusable distance, normal, shadow, and occlusion nodes.
|
|
40
|
-
|
|
41
|
-
- Website: Login, setup, and tool stories now use polished, selectable terminals.
|
|
42
|
-
|
|
43
|
-
- Library: Baked Motion preserves atlas alpha, resolves paused seeks, and fits mobile budgets.
|
|
44
|
-
|
|
45
|
-
- Library: Baked Motion tilt packages can ship a coarse all-view atlas for undecoded corners.
|
|
46
|
-
|
|
47
|
-
- Library: Baked Motion and Gaussian splat types now match their supported runtime contracts.
|
|
48
|
-
|
|
49
|
-
- Library: Baked Motion fuses each atlas page into one RGBA texture, halving its GPU memory.
|
|
50
|
-
|
|
51
|
-
- Tools: Baked Motion writes one package format; timelines and camera grids no longer differ.
|
|
52
|
-
|
|
53
|
-
- Tools: Baked Motion can now publish verified HEVC renditions alongside H.264.
|
|
54
|
-
|
|
55
|
-
- Tools: Blender reports consistent hub and Mesh to Splat versions in every install mode.
|
|
56
|
-
|
|
57
|
-
- Website: The launch film now opens on its title and keeps every proof to one fast minute.
|
|
58
|
-
|
|
59
|
-
- Library: Water accepts a shared interaction world, so moving bodies can push it.
|
|
60
|
-
|
|
61
|
-
- Packages: Indirect batching and its dependent examples are no longer included.
|
|
62
|
-
|
|
63
|
-
- Packages: Built from `6baf5c5aba0f`.
|
|
5
|
+
### Patch Changes
|
|
64
6
|
|
|
7
|
+
- 88a9a83: Devtools: Shader checks bound browser startup and shutdown before the next verification.
|
|
8
|
+
- Updated dependencies [88a9a83]
|
|
9
|
+
- Updated dependencies [88a9a83]
|
|
10
|
+
- Updated dependencies [88a9a83]
|
|
11
|
+
- Updated dependencies [88a9a83]
|
|
12
|
+
- Updated dependencies [88a9a83]
|
|
13
|
+
- Updated dependencies [88a9a83]
|
|
14
|
+
- Updated dependencies [88a9a83]
|
|
15
|
+
- Updated dependencies [88a9a83]
|
|
16
|
+
- Updated dependencies [88a9a83]
|
|
17
|
+
- Updated dependencies [88a9a83]
|
|
18
|
+
- Updated dependencies [88a9a83]
|
|
19
|
+
- Updated dependencies [88a9a83]
|
|
20
|
+
- Updated dependencies [88a9a83]
|
|
21
|
+
- Updated dependencies [88a9a83]
|
|
22
|
+
- Updated dependencies [88a9a83]
|
|
23
|
+
- Updated dependencies [88a9a83]
|
|
24
|
+
- Updated dependencies [88a9a83]
|
|
25
|
+
- three-blocks@0.11.0
|
|
65
26
|
|
|
66
27
|
## 9.0.0
|
|
67
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "10.0.0
|
|
3
|
+
"version": "10.0.0",
|
|
4
4
|
"description": "Three Blocks devtools command engine for npx three-blocks; the runtime lives in three-blocks/devtools and the Vite plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"three",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/three": "0.185.0",
|
|
88
88
|
"create-vite": "9.1.1",
|
|
89
89
|
"playwright": "^1.61.1",
|
|
90
|
-
"three-blocks": "0.11.0
|
|
90
|
+
"three-blocks": "0.11.0",
|
|
91
91
|
"tsup": "^8.0.0",
|
|
92
92
|
"vite": "^7.2.2",
|
|
93
93
|
"vitest": "^4.1.8"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"playwright": "^1.61.1",
|
|
100
100
|
"three": ">=0.185.0",
|
|
101
|
-
"three-blocks": "0.11.0
|
|
101
|
+
"three-blocks": ">=0.11.0 <0.12.0",
|
|
102
102
|
"vite": ">=7.2.2 <9.0.0"
|
|
103
103
|
},
|
|
104
104
|
"peerDependenciesMeta": {
|
|
@@ -108,9 +108,5 @@
|
|
|
108
108
|
"vite": {
|
|
109
109
|
"optional": true
|
|
110
110
|
}
|
|
111
|
-
},
|
|
112
|
-
"threeBlocks": {
|
|
113
|
-
"channel": "alpha",
|
|
114
|
-
"site": "https://preprod.threejs-blocks.com"
|
|
115
111
|
}
|
|
116
112
|
}
|