Skip to content

Commit

Permalink
Set maximum render length cut-off for electrode prototypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Sep 18, 2024
1 parent 4037edd commit 583d267
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Changes since last CRAN release
* `3b790427 (HEAD -> master)` [_`dipterix`_]: Fixed electrode prototype rendering issue (color) on Windows
* `eda02a82 (origin/master, origin/HEAD)` [_`dipterix`_]: Fixed the color map for discrete values
* `88445b53 (HEAD -> master)` [_`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
* `da148714 (origin/master, origin/HEAD)` [_`dipterix`_]: Fixed electrode prototype rendering issue (color) on Windows
* `eda02a82` [_`dipterix`_]: Fixed the color map for discrete values
* `fc4f3d0c` [_`dipterix`_]: Setting electrode prototype render order to be `-500` so it does not hide behind the transparent surfaces
* `3854835b` [_`dipterix`_]: Plotting electrodes on slices now takes numerical `adjust_brightness` interpreted as quantile
* `47a8db0a` [_`dipterix`_]: Changed default color palette for discrete values, removed colors that are too dark or gray
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.9015
Version: 1.1.1.9016
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", 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 583d267

Please sign in to comment.