sxyu / volrend

PlenOctree Volume Rendering (supports CUDA & fragment shader backends)
Other
608 stars 84 forks source link

how to use web demo to import precomputed PlenOctree files? #2

Closed zhangjian94cn closed 3 years ago

sxyu commented 3 years ago

Hi, the web demo does not currently have an option to select a local file, this would need to be added. It is possible to type the following in browser developer console to download a .npz file from a remote URL: Volrend.load_remote('URL') However, also note this shader implementation is about 2x slower than CUDA, so the C++ viewer is recommended.

zhangjian94cn commented 3 years ago

thank you!