Releases: VirtualBrainLab/Urchin
Releases · VirtualBrainLab/Urchin
v0.4.1
v0.3.2
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
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