Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ package-lock.json
/specs/data/migration/output
/packages/**/build
*.tsbuildinfo
3d-tiles-tools-*.tgz
3d-tiles-tools-*.tgz
.idea
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I use WebStorm for TypeScript & JavaScript so I added this ignore so my project files don't accidentally get checked in.

Binary file added specs/data/gltf/splatting/UnitSH_legacy.glb
Binary file not shown.
228 changes: 228 additions & 0 deletions specs/data/gltf/splatting/UnitSH_legacy.gltf
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
{
"extensionsUsed": [
"KHR_spz_gaussian_splats_compression"
],
"extensionsRequired": [
"KHR_spz_gaussian_splats_compression"
],
"accessors": [
{
"componentType": 5126,
"count": 9,
"type": "VEC3",
"max": [
50,
50,
50
],
"min": [
-50,
-50,
-50
]
},
{
"componentType": 5121,
"normalized": true,
"count": 9,
"type": "VEC4"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC4"
},
{
"componentType": 5126,
"count": 9,
"type": "SCALAR"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
},
{
"componentType": 5126,
"count": 9,
"type": "VEC3"
}
],
"asset": {
"version": "2.0"
},
"buffers": [
{
"uri": "UnitSH_legacy_data.bin",
"byteLength": 124
}
],
"bufferViews": [
{
"buffer": 0,
"byteLength": 124,
"byteOffset": 0
}
],
"meshes": [
{
"primitives": [
{
"extensions": {
"KHR_spz_gaussian_splats_compression": {
"bufferView": 0
}
},
"attributes": {
"POSITION": 0,
"COLOR_0": 1,
"_ROTATION": 2,
"_SCALE": 3,
"_SH_DEGREE_1_COEF_0": 4,
"_SH_DEGREE_1_COEF_1": 5,
"_SH_DEGREE_1_COEF_2": 6,
"_SH_DEGREE_2_COEF_0": 7,
"_SH_DEGREE_2_COEF_1": 8,
"_SH_DEGREE_2_COEF_2": 9,
"_SH_DEGREE_2_COEF_3": 10,
"_SH_DEGREE_2_COEF_4": 11,
"_SH_DEGREE_3_COEF_0": 12,
"_SH_DEGREE_3_COEF_1": 13,
"_SH_DEGREE_3_COEF_2": 14,
"_SH_DEGREE_3_COEF_3": 15,
"_SH_DEGREE_3_COEF_4": 16,
"_SH_DEGREE_3_COEF_5": 17,
"_SH_DEGREE_3_COEF_6": 18
},
"mode": 0
}
]
}
],
"nodes": [
{
"matrix": [
1,
0,
0,
0,
0,
0,
-1,
0,
0,
1,
0,
0,
0,
0,
0,
1
],
"mesh": 0
}
],
"scene": 0,
"scenes": [
{
"nodes": [
0
]
}
]
}
Binary file added specs/data/gltf/splatting/UnitSH_legacy_data.bin
Binary file not shown.
Loading