Skip to content

Commit d22da3e

Browse files
authored
Merge branch 'Symphonic-Joules:main' into main
2 parents 7b3d9a9 + 69eabfa commit d22da3e

File tree

174 files changed

+6976
-1945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+6976
-1945
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/checkout@v5
2525

2626
- name: Setup Node.js 22.x
27-
uses: actions/setup-node@v5
27+
uses: actions/setup-node@v6
2828
with:
29-
node-version: 22.x
29+
node-version: 24.x
3030
cache: 'npm'
3131

3232
- name: Install dependencies
@@ -47,9 +47,9 @@ jobs:
4747
uses: actions/checkout@v5
4848

4949
- name: Setup Node.js 22.x
50-
uses: actions/setup-node@v5
50+
uses: actions/setup-node@v6
5151
with:
52-
node-version: 22.x
52+
node-version: 24.x
5353
cache: 'npm'
5454

5555
- name: Install dependencies
@@ -67,9 +67,9 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Setup Node.js 22.x
70-
uses: actions/setup-node@v5
70+
uses: actions/setup-node@v6
7171
with:
72-
node-version: 22.x
72+
node-version: 24.x
7373
cache: 'npm'
7474

7575
- name: Install dependencies
@@ -93,9 +93,9 @@ jobs:
9393
uses: actions/checkout@v5
9494

9595
- name: Setup Node.js 22.x
96-
uses: actions/setup-node@v5
96+
uses: actions/setup-node@v6
9797
with:
98-
node-version: 22.x
98+
node-version: 24.x
9999
cache: 'npm'
100100

101101
- name: Install dependencies
@@ -116,9 +116,9 @@ jobs:
116116
uses: actions/checkout@v5
117117

118118
- name: Setup Node.js 22.x
119-
uses: actions/setup-node@v5
119+
uses: actions/setup-node@v6
120120
with:
121-
node-version: 22.x
121+
node-version: 24.x
122122
cache: 'npm'
123123

124124
- name: Install dependencies
@@ -136,9 +136,9 @@ jobs:
136136
uses: actions/checkout@v5
137137

138138
- name: Setup Node.js 22.x
139-
uses: actions/setup-node@v5
139+
uses: actions/setup-node@v6
140140
with:
141-
node-version: 22.x
141+
node-version: 24.x
142142
cache: 'npm'
143143

144144
- name: Install dependencies

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v5
1717

1818
- name: Set up Node.js 22.x
19-
uses: actions/setup-node@v5
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 22.x
21+
node-version: 24.x
2222
cache: 'npm'
2323
registry-url: 'https://registry.npmjs.org/'
2424

@@ -54,7 +54,7 @@ jobs:
5454
run: echo "${{ env.VERSION }}" > version.txt
5555

5656
- name: Upload version
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: version
6060
path: version.txt

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Download version
1616
if: github.event_name == 'workflow_run'
17-
uses: actions/download-artifact@v5
17+
uses: actions/download-artifact@v6
1818
with:
1919
name: version
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

SECURITY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
| ------- | ------------------ |
10+
| 5.1.x | :white_check_mark: |
11+
| 5.0.x | :x: |
12+
| 4.0.x | :white_check_mark: |
13+
| < 4.0 | :x: |
14+
15+
## Reporting a Vulnerability
16+
17+
Use this section to tell people how to report a vulnerability.
18+
19+
Tell them where to go, how often they can expect to get an update on a
20+
reported vulnerability, what to expect if the vulnerability is accepted or
21+
declined, etc.

examples/assets/splats/lod/lod0.json

Lines changed: 0 additions & 77 deletions
This file was deleted.

examples/assets/splats/lod/lod1.json

Lines changed: 0 additions & 77 deletions
This file was deleted.

examples/assets/splats/lod/logo.gsplat-octree.json

Lines changed: 0 additions & 36 deletions
This file was deleted.
-901 KB
Binary file not shown.
-901 KB
Binary file not shown.
-329 KB
Binary file not shown.

0 commit comments

Comments
 (0)