Skip to content

Commit

Permalink
Fixed drifting issue when visualizing via active voxel mode; Added …
Browse files Browse the repository at this point in the history
…direction arrow helper to `DBS` (or electrodes with non-zero model up vectors)
  • Loading branch information
dipterix committed Oct 4, 2024
1 parent 28fe8ae commit 8f62ef5
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,6 +1,7 @@
## Changes since last CRAN release
* `91141d90 (HEAD -> master)` [_`dipterix`_]: Support `WebAssembly`
* `b07713dd (origin/master, origin/HEAD)` [_`dipterix`_]: Avoid using pandoc to save the whole page self-contained
* `39d0301e (HEAD -> master)` [_`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 (origin/master, origin/HEAD)` [_`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
* `583d267e` [_`dipterix`_]: Set maximum render length cut-off for electrode prototypes
* `4037eddb` [_`dipterix`_]: Added model tangent (usually the direction) to electrode shader so outlines are correctly visualized
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.9019
Version: 1.1.1.9020
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/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 8f62ef5

Please sign in to comment.