Skip to content

Commit

Permalink
Add 'shape' to voxel extension
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Jun 12, 2024
1 parent c9c6abf commit 60a4b4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"type": "array",
"description": "The size of the box in meters.",
"items": {
"type": "number"
"type": "number",
"minimum": 0
},
"minItems": 3,
"maxItems": 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
}
],
"properties": {
"shape": {
"type": "number",
"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`.",
Expand Down

0 comments on commit 60a4b4f

Please sign in to comment.