Skip to content

Commit

Permalink
Add unlit schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored and Don McCurdy committed Apr 24, 2018
1 parent 1a2533c commit 1f5bbe7
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_materials_unlit glTF extension",
"type": "object",
"description": "glTF extension that defines the unlit material model.",
"allOf": [ { "$ref": "glTFProperty.schema.json" } ],
"properties": {
"extensions": { },
"extras": { }
}
}

0 comments on commit 1f5bbe7

Please sign in to comment.