Skip to content

Commit

Permalink
Fix type of CESIUM_primitive_outline's indices property. (KhronosGr…
Browse files Browse the repository at this point in the history
  • Loading branch information
kring authored Apr 5, 2024
1 parent 36f32a2 commit cf689b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"allOf": [ { "$ref": "glTFProperty.schema.json" } ],
"properties": {
"indices": {
"type": "integer",
"allOf": [ { "$ref" : "glTFid.schema.json" } ],
"description": "The index of the accessor providing the list of highlighted lines at the edge of this primitive's triangles."
},
"extensions": { },
Expand Down

0 comments on commit cf689b1

Please sign in to comment.