1.0.1 • Published 5 years ago

@tmpvar/vdb v1.0.1

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

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

1d-vdb-js

Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse

2D

npm run demos-2d

2d-vdb-js

Use the arrow keys to zoom / pan. Data can be modified by clicking the mouse

3D

npm run demos-3d

vdbjs-3d

Use the mouse to control the orbit camera: drag to orient and scroll to zoom

1.0.1

5 years ago