Skip to content

Commit

Permalink
schema
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardspecialist committed Oct 7, 2024
1 parent 34643a3 commit 0692d66
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "http://json-schema.org/draft-04/schema",
"title": "KHR_gaussian_splatting glTF primitive extension",
"type": "object",
"description": "glTF extension for rendering Gaussian splats.",
"allOf": [ { "$ref": "glTFProperty.schema.json" } ],
"properties": {
"extensions": { },
"extras": { }
}
}

0 comments on commit 0692d66

Please sign in to comment.