Skip to content

Commit c0fd3f9

Browse files
committed
chore(release): 0.5.14
1 parent 6609df4 commit c0fd3f9

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.5.14](https://github.com/pnext/three-loader/compare/v0.5.13...v0.5.14) (2025-07-29)
6+
7+
8+
### Features
9+
10+
* **gaussians:** modify the load function for gaussians to obtain the max amount of splats ([7307cac](https://github.com/pnext/three-loader/commit/7307cac45578d023ba83bf3848914af4aab1a38e))
11+
* **gaussians:** separate the harmonics from mobile ([9a84904](https://github.com/pnext/three-loader/commit/9a849040c579d539bf19fc4c58456cd3b9c88dd7))
12+
* **GS:** correcting adaptive LOD scaling ([5ec79c5](https://github.com/pnext/three-loader/commit/5ec79c5b252b97d83026053fe25a5f5d7a1af9b1))
13+
* **GS:** define the maxDepth only in geometry ([217317c](https://github.com/pnext/three-loader/commit/217317c12bfddbeda92a190ae9c697e14222d793))
14+
* **GS:** include the position change for the conditions of sorting ([88c958e](https://github.com/pnext/three-loader/commit/88c958e9013d5d2abf40b1ea6a68789e36db8fb9))
15+
* **GS:** remove the testing true in the sorter ([86188a8](https://github.com/pnext/three-loader/commit/86188a83ffc17dc68f0d5fd2ff9171d838dff316))
16+
* **GS:** remove unused variables ([a4710db](https://github.com/pnext/three-loader/commit/a4710db054d9687098845a4eabf9bd969ff9ce15))
17+
* let an xhr override ([#211](https://github.com/pnext/three-loader/issues/211)) ([6609df4](https://github.com/pnext/three-loader/commit/6609df48342a7b747a027c8ba5893ce4d182d8ae))
18+
19+
20+
### Dependencies updates
21+
22+
* bump on-headers and compression ([#213](https://github.com/pnext/three-loader/issues/213)) ([a69eefb](https://github.com/pnext/three-loader/commit/a69eefbd2162260d86fbb1941135212d88ef19b2))
23+
524
### [0.5.13](https://github.com/pnext/three-loader/compare/v0.5.12...v0.5.13) (2025-07-17)
625

726

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pnext/three-loader",
33
"private": false,
4-
"version": "0.5.13",
4+
"version": "0.5.14",
55
"author": "",
66
"homepage": "https://github.com/pnext/three-loader#readme",
77
"description": "Potree loader for ThreeJS, converted and adapted to Typescript.",

0 commit comments

Comments
 (0)