Skip to content

Commit

Permalink
Fixed GLB format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jan 28, 2025
1 parent dbd793b commit 0db2220
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Changes since last CRAN release
* `4c7c6ac6 (HEAD -> master)` [_`dipterix`_]: Disable downloading files in `WASM` by default to avoid triggering `CORS` condition that will terminate the program
* `db0c007f (HEAD -> master)` [_`dipterix`_]: Fixed `GLB` format issue
* `dbd793be (origin/master, origin/HEAD)` [_`dipterix`_]: Minor change on the error message
* `57da325d` [_`dipterix`_]: Multi-brain template passes extra arguments to template object constructor
* `70aa92ef` [_`dipterix`_]: Function `threeBrain` does not automatically download templates if annotation is not found
* `18823dd7` [_`dipterix`_]: Disable downloading files in `WASM` by default to avoid triggering `CORS` condition that will terminate the program
* `a26514bf` [_`dipterix`_]: rewrote drag & drop code so its framework can be easily extended; surface color handlers now handle measurements and annotations different, with separate storage
* `2bdf8722` [_`dipterix`_]: Added `FileDataHandler` classes to handle drag & drop files; supported drop-in electrode coordinate files
* `caf0a3ed (origin/master, origin/HEAD)` [_`dipterix`_]: `GIfTI` reader now respect the transforms if there exists a transform with target space to be the `scanner_anat`
* `caf0a3ed` [_`dipterix`_]: `GIfTI` reader now respect the transforms if there exists a transform with target space to be the `scanner_anat`
* `a5a0b6cd` [_`dipterix`_]: Allows continuous data cube to change color map
* `af5b9c90` [_`dipterix`_]: `add_annotation` automatically compiles annotations from template if missing
* `dd4b0b0a` [_`dipterix`_]: Fixing the side panels so the background color is always black
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.9016
Version: 1.2.0.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 0db2220

Please sign in to comment.