Skip to content

Commit

Permalink
Fixed the depth issue in electrode material shader
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Sep 18, 2024
1 parent 583d267 commit bb7ba96
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
* `88445b53 (HEAD -> master)` [_`dipterix`_]: Set maximum render length cut-off for electrode prototypes
* `3c5eb84c (HEAD -> master)` [_`dipterix`_]: Fixed the depth issue in electrode material shader
* `583d267e (origin/master, origin/HEAD)` [_`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
* `da148714` [_`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
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.9016
Version: 1.1.1.9017
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 bb7ba96

Please sign in to comment.