Skip to content

Commit

Permalink
No longer require indices in primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Sep 16, 2015
1 parent 443352a commit 740ac80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specification/schema/meshPrimitive.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"indices" : {
"extends" : { "$ref" : "glTFid.schema.json" },
"description" : "The id (JSON property name) of the accessor that contains the indices.",
"required" : true
"description" : "The id (JSON property name) of the accessor that contains the indices. When this is not defined, the primitives should be rendered without indices using drawArrays()."
},
"material" : {
"extends" : { "$ref" : "glTFid.schema.json" },
Expand Down

0 comments on commit 740ac80

Please sign in to comment.