Skip to content

Commit

Permalink
Renamed active-voxel to column-row-slice
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Oct 5, 2024
1 parent ad4de70 commit 161545b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changes since last CRAN release
* `8f62ef5f (HEAD -> master, origin/master, origin/HEAD)` [_`dipterix`_]: Fixed drifting issue when visualizing via active `voxel` mode; Added direction arrow helper to `DBS` (or electrodes with non-zero model up vectors)
* `11c7a6e5 (HEAD -> master)` [_`dipterix`_]: Renamed `active-voxel` to `column-row-slice`
* `ad4de70a` [_`dipterix`_]: `Voxel` filter is linear now when displayed at side slices only and when the slice mode is not `active-voxel`
* `8f62ef5f (origin/master, origin/HEAD)` [_`dipterix`_]: Fixed drifting issue when visualizing via active `voxel` mode; Added direction arrow helper to `DBS` (or electrodes with non-zero model up vectors)
* `28fe8ae6` [_`dipterix`_]: Support `WebAssembly`
* `b07713dd` [_`dipterix`_]: Avoid using pandoc to save the whole page self-contained
* `bb7ba967` [_`dipterix`_]: Fixed the depth issue in electrode material shader
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.1.9021
Version: 1.1.1.9022
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "[email protected]", role = c("ctb", "res")),
Expand Down
2 changes: 1 addition & 1 deletion inst/prototypes/GeometryMaker/DBS_Abbott.R
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ config <- list(
fix_control_index = 1L,

viewer_options = list(
"Slice Mode" = "active-voxel",
"Slice Mode" = "column-row-slice",
"Frustum Near" = 0.5,
"Frustum Far" = 0.5,
"Voxel Display" = "anat. slices",
Expand Down
2 changes: 1 addition & 1 deletion inst/prototypes/GeometryMaker/DBS_BostonScientific.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ config <- list(
fix_control_index = 1L,

viewer_options = list(
"Slice Mode" = "active-voxel",
"Slice Mode" = "column-row-slice",
"Frustum Near" = 0.5,
"Frustum Far" = 0.5,
"Voxel Display" = "anat. slices",
Expand Down
2 changes: 1 addition & 1 deletion inst/prototypes/GeometryMaker/DBS_Medtronic.R
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ config <- list(
fix_control_index = 1L,

viewer_options = list(
"Slice Mode" = "active-voxel",
"Slice Mode" = "column-row-slice",
"Frustum Near" = 0.5,
"Frustum Far" = 0.5,
"Voxel Display" = "anat. slices",
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 161545b

Please sign in to comment.