Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #45 from scalableminds/bounding_boxes
Browse files Browse the repository at this point in the history
Add support for multiple user bounding boxes
  • Loading branch information
hotzenklotz authored Aug 13, 2021
2 parents 849ae7a + df94ba2 commit 51a7f5d
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 42 deletions.
2 changes: 1 addition & 1 deletion docs/wknml.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Contains common metadata for NML files
- `editRotation` _Optional[Vector3[float]]_ - The rotation of the wK camera when creating/downloading an annotation
- `zoomLevel` _Optional[float]_ - The zoomLevel of the wK camera when creating/downloading an annotation
- `taskBoundingBox` _Optional[IntVector6[int]]_ - A custom bounding box specified as part of a [wK task](https://docs.webknossos.org/guides/tasks). Will be rendered in wK.
- `userBoundingBox` _Optional[IntVector6[int]]_ - A custom user-defined bounding box. Will be rendered in wK.
- `userBoundingBoxes` _Optional[List[IntVector6[int]]]_ - A list of custom user-defined bounding boxes. Will be rendered in wK.

<a name="wknml.Node"></a>
## Node Objects
Expand Down
Loading

0 comments on commit 51a7f5d

Please sign in to comment.