https://github.com/douze/volren
Volume rendering in BabylonJS
https://github.com/douze/volren
babylonjs colormaps volume-rendering
Last synced: 10 months ago
JSON representation
Volume rendering in BabylonJS
- Host: GitHub
- URL: https://github.com/douze/volren
- Owner: douze
- License: mit
- Created: 2023-05-28T19:00:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-18T22:01:08.000Z (over 2 years ago)
- Last Synced: 2025-01-08T10:45:56.662Z (over 1 year ago)
- Topics: babylonjs, colormaps, volume-rendering
- Language: TypeScript
- Homepage: https://douze.github.io/volren/
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# volren




**Vol**ume **Ren**dering is a [BabylonJS](https://www.babylonjs.com/) implementation of [Will Usher article](https://www.willusher.io/webgl/2019/01/13/volume-rendering-with-webgl) about volume rendering.
This project is mainly used to discover BabylonJS and volume rendering.

## Controls
* MB1 (viewer): rotate
* MB1 (colormap): change color
## Tools
* [BabylonJS](https://www.babylonjs.com/) 5
* [Vite](https://vitejs.dev/) 4
## Resources
* [Bonsai](https://klacansky.com/open-scivis-datasets/)
* [ColorMaps](https://observablehq.com/@flimsyhat/webgl-color-maps)