Skip to content

Commit

Permalink
Use glTFid instead
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Jun 17, 2024
1 parent cd6749e commit 981c69b
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
],
"properties": {
"shape": {
"type": "integer",
"allOf": [
{
"$ref": "glTFid.schema.json"
}
],
"description": "The index of the shape in `EXT_implicit_geometry` that the voxel grid adheres to."
},
"dimensions": {
"type": "array",
"description": "Dimensions of the voxel grid. The values are interpreted with respect to the shape of the grid indicated by `EXT_implicit_geometry`.",
"description": "Dimensions of the voxel grid. The values are interpreted with respect to the shape indicated by `EXT_implicit_geometry`.",
"items": {
"type": "integer",
"minimum": 1
Expand Down

0 comments on commit 981c69b

Please sign in to comment.