@tmpvar/vdb
v1.0.1
Published
An implementation of [openvdb](http://www.openvdb.org/) in javascript.
Downloads
4
Readme
vdb-js
An implementation of openvdb in javascript.
The c++ version is nearly impossible to build on every platform, so my goal here is to prove out an implementation in JS.
demos
git clone https://github.com/tmpvar/vdb-js
cd vdb-js
npm install
1D
npm run demos-1d
Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse
2D
npm run demos-2d
Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse
3D
npm run demos-3d
Use the mouse to control the orbit camera: drag to orient and scroll to zoom