Skip to content

Commit 0692d66

Browse files
schema
1 parent 34643a3 commit 0692d66

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-04/schema",
3+
"title": "KHR_gaussian_splatting glTF primitive extension",
4+
"type": "object",
5+
"description": "glTF extension for rendering Gaussian splats.",
6+
"allOf": [ { "$ref": "glTFProperty.schema.json" } ],
7+
"properties": {
8+
"extensions": { },
9+
"extras": { }
10+
}
11+
}

0 commit comments

Comments
 (0)