Skip to content

Commit

Permalink
Fixing the vertex shader output not read by fragment shader issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed May 10, 2024
1 parent 82b23f6 commit 40d60f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changes since last CRAN release
* `c087e9a1 (HEAD -> master)` [_`dipterix`_]: Added contact order to display when electrode is clicked
* `33d7c9b3 (origin/master, origin/HEAD)` [_`dipterix`_]: Added `DIXI` (`AM`, `BM, `CM`) electrode specifications
* `e671fae5 (HEAD -> master)` [_`dipterix`_]: Fixing the vertex shader output not read by fragment shader issue
* `82b23f63 (origin/master, origin/HEAD)` [_`dipterix`_]: Drop-in feature support color-map for volume and surfaces
* `0dfb0531` [_`dipterix`_]: Fixing `readme` and vignettes
* `b28c0643` [_`dipterix`_]: Added contact order to display when electrode is clicked
* `33d7c9b3` [_`dipterix`_]: Added `DIXI` (`AM`, `BM, `CM`) electrode specifications
* `a2d6fb53` [_`dipterix`_]: Added brightness and contrast adjustment with keyboard shortcut
* `2c636b26` [_`dipterix`_]: Added option to set crosshair gap
* `8137d32a` [_`dipterix`_]: Added `model_rigid=FALSE` to allow electrode morph (trajectory)
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.9011
Version: 1.1.0.9012
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("aut", "res")),
Expand Down
1 change: 1 addition & 0 deletions inst/prototypes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Precision33x31.json
Precision33x31.R
sEEG-16.json
MicroArray.R
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 40d60f0

Please sign in to comment.