Skip to content

Commit

Permalink
Allow users to hide crosshairs
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jun 21, 2024
1 parent 05836f9 commit 10ac71a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Changes since last CRAN release
* `cad106e9 (HEAD -> master)` [_`dipterix`_]: Allow `shiny` app to change current color map via proxy
* `8572db05 (HEAD -> master)` [_`dipterix`_]: Allow users to hide crosshairs
* `05836f94 (origin/master, origin/HEAD)` [_`dipterix`_]: Allow `shiny` app to change current color map via proxy
* `fbca42f4` [_`dipterix`_]: Allows drag-drop electrode color files; Added `set_electrode_data` to brain proxy class, allowing `shiny` applications to change the electrode data, set color palettes, and set value ranges in the same call
* `a14cd3f5 (origin/master, origin/HEAD)` [_`dipterix`_]: Allow masks to be added to `T1`; Added `D99v2` for monkey brain; Added demo code; Export `GLTF` for `datacube2`
* `a14cd3f5` [_`dipterix`_]: Allow masks to be added to `T1`; Added `D99v2` for monkey brain; Added demo code; Export `GLTF` for `datacube2`
* `9268886f` [_`dipterix`_]: Fixed `fix_electrode_color` bug
* `62567274` [_`dipterix`_]: Supported `ISO` surface generation from voxels
* `a6295c2c` [_`dipterix`_]: Added white-matter segmentation as default atlas if user has this file
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.1.0.9022
Version: 1.1.0.9023
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "[email protected]", role = c("aut", "res")),
Expand Down
2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/threeBrainJS/dist/threebrain-main.js.map

Large diffs are not rendered by default.

0 comments on commit 10ac71a

Please sign in to comment.