cpanap00
cpanap00
> My understanding is that one can use the threejs obj exporter [SO]( https://stackoverflow.com/a/19351605/6059235) [github]( https://github.com/mrdoob/three.js/blob/3510fdd91725f7681db845efd889c5e29e6e7446/examples/js/exporters/OBJExporter.js) to export the Mesh > […](#) > On Wed, Aug 28, 2019 at 10:56...
> Hi, you can not export anything from the volume rendering itself: first you must generate a 3d model from the voxels values, using marching cubes for instance, then export...
> So yes you can write your own JS implementation (probably using web-workers somehow for performance) or do it in the back end (which may be faster anyway). > >...
I'm sorry to bother you again but I'm not able to get the mesh. I think the problem is from the data I use to get the mesh. I use...