Skip to content

Releases: VirtualBrainLab/Urchin

v0.4.1

29 Jun 04:15

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

Current build is live here, v0.4.0 is available data.virtualbrainlab.org/UnityNeuro_0_4_0/

Features

  • Added Delete functions to the API
  • Added camera zoom
  • Added flat text (for legends)

v0.3.2

14 Jun 00:03
62f4ba8

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

Changed the repo name to UnityNeuroscience, short for "Unity Renderer for Neuroscience". The Python package is now published as unityneuro on pip. Install it with pip install unityneuro

Features

  • Fixed some poor design on the server which was echoing data back to the Python client unnecessarily
  • Decreased min FoV
  • Added one-sided volume controls
  • Added documentation site
  • Added more precise Clear() calls
  • Added volume rendering
  • Added background white/black option
  • unityneuro package now automatically opens the web app page on setup()
  • Added options for localhost and standalone setup

Bugfixes

  • Fixed a bug that was preventing the Clear() command from functioning
  • Fixed a bug preventing the minicontroller from making it into WebGL builds

Hotfixes

  • 0.3.1 attempted to fix controls not working well at low framerates by adding shift/ctrl to speed up and slow down movements
  • 0.3.1 python package published
  • 0.3.2 added grid (press [G])
  • 0.3.2 added axes (press [A])
  • 0.3.2 added camera rotation control through api
  • 0.3.2 added camera position control through api
  • 0.3.2 adding camera targeting to brain areas (fixed major bug with one-sided 3d models where extra vertices were present)
  • 0.3.2 added default area loading

v0.2.1

03 May 21:05

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Added the ability to move the camera target position and animate the brain by rotating around the Y (up) axis

Current version running at data.virtualbrainlab.org/UMRenderer
v0.1.0 is running at data.virtualbrainlab.org/UMRenderer_0_1_0

Hotfix

  • Replaced local addressables with AddressablesStorage
  • Fixed the camera controls to match those in the trajectory planner

v0.1.0

02 Mar 23:55

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release of UMRenderer

See readme for instructions. Only running with standalone Windows build for now.