Skip to content

Commit

Permalink
Renamed primitive to mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Jan 5, 2015
1 parent 66c294c commit 5bcf79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/meshPrimitive.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"description" : "The id (JSON property name) of the material to apply to this primitive when rendering.",
"required" : true
},
"primitive" : {
"mode" : {
"type" : "integer",
"description" : "The type of primitives to render. Allowed values are 0 (POINTS), 1 (LINES), 2 (LINE_LOOP), 3 (LINE_STRIP), 4 (TRIANGLES), 5 (TRIANGLE_STRIP), and 6 (TRIANGLE_FAN).",
"enum" : [0, 1, 2, 3, 4, 5, 6],
Expand Down

0 comments on commit 5bcf79e

Please sign in to comment.