-
Would it be possible to get Hermite data instead of vertices and faces? So I can construct isosurface my self with Marching Cubes.
-
Currently with swapping enabled if you attempt to save the mesh it will only save the memory of the isosurface that is currently on the GPU.
What is the best way to save the entirety of the mesh on b…
-
can support be added for latest `VTK-m` release (currently v2.0.0)?
-
Hi,
[Here](https://github.com/wannier-developers/wannier90/blob/2f4aed6a35ab7e8b38dbe196aa4925ab3e9deb1b/doc/solution_booklet/Example1.tex#L61) told the following:
`Isovolume = 0.95;`
But I c…
-
http://bugs.povray.org/task/292 (As posted by Simon (infoised) )
---------------
Details:
A low priority thought for the future: isosurface now only allows contained_by to be a sphere or a bo…
-
We use OSPRay version 2.10. The purpose is visualizing SPH based fluid simulation results, so we import the particles as a particle volume and specify an isosurface as the fluid surface. When we use f…
-
Based on the conclusions in #6 and related to #15, we would like to investigate rendering the isosurfaces without JSMol.
@samreid said
> Perhaps when @jonathanolson has some free time, he could he…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
## Detailed Description
Import and export meshes/isosurfaces as PLY
## Context
We currently only support STL, which is a very basic standard format. PLY is another standard format that supports…
-
What would be the best strategy for calculating normals for https://github.com/mikolalysenko/mikolalysenko.github.com/blob/master/Isosurface/js/marchingcubes.js ? Pls advice!