Skip to content

Commit

Permalink
Added surface coordinate for crosshair
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jan 6, 2025
1 parent 6981b0e commit d15cdb6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes since last CRAN release
* `5c950fd8 (HEAD -> master)` [_`dipterix`_]: Fixed get controller state function; added stage transition, allowing users to create animations from key states
* `42c58e13 (HEAD -> master)` [_`dipterix`_]: Added surface coordinate for crosshair
* `6981b0e9` [_`dipterix`_]: Fixed get controller state function; added stage transition, allowing users to create animations from key states
* `c720b964` [_`dipterix`_]: Using "color" instead of separated `color` and `underlayColor` attributes for surface underlay
* `3e8e0784` [_`dipterix`_]: Supported visualizing surface annotations; surface colors are sync'ed to the electrode colors if the names are consistent; re-wrote the surface shader to support under- and over-lay colors
* `b09e94ea (origin/master, origin/HEAD)` [_`dipterix`_]: Updated `SurfaceShader` to use morph normal and transformed positions
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.2.0.9003
Version: 1.2.0.9004
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
3 changes: 3 additions & 0 deletions R/threeBrain.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ read_fs_mgh_header <- function( filepath, is_gzipped = "AUTO" ) {
#' or if not exists, \code{'aparc+aseg'},
#' other choices are \code{'aparc.a2009s+aseg'}, \code{'aparc.DKTatlas+aseg'},
#' depending on the atlas files in \code{'fs/mri'} folder
#' @param annotation_types annotations, this can be one or more files relative
#' to the 'FreeSurfer' subject directory. Each annotation can be discrete such
#' as surface atlas, or continuous such as surface curvature.
#' @param template_subject template subject to refer to; used for group
#' template mapping
#' @param backward_compatible whether to support old format; default is false
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.

5 changes: 5 additions & 0 deletions man/threeBrain.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d15cdb6

Please sign in to comment.