-
Thanks for your great work!
I have tried to run [Isosurfacing tool](https://github.com/duxingyi-charles/Robust-Implicit-Surface-Networks/tree/main), by using the results from mesh.json and function…
-
Currently, `LinePlot` just samples the function at a bunch of evenly spaced points, but much higher quality results could be obtained through an actual plotting algorithm where more points are sampled…
-
I have encountered some issues when applying your pipeline to my research. I started with the `signed_distance_isosurface` function to validate whether I have successfully installed gptoolbox .
…
-
package com;
import org.geotools.data.shapefile.ShapefileDataStore;
import org.geotools.data.simple.SimpleFeatureCollection;
import org.geotools.data.simple.SimpleFeatureIterator;
import org.geo…
-
Hi!
Congrast on this amazing package!
I would like to ask if "isosurface" (and how to input functions) is available in vapory. I would like to work with different functions, like in this example:
h…
-
The current 3D isosurface algorithm uses an explicit edge array. This turns out to be pretty fast for a structured grid, but it's expensive in terms of memory usage and it's too expensive for unstruc…
-
HI @SimonDanisch ,
I am a student doing a hydrodynamics research project and would like to use Julia for part of it.
I would need to visualise 3d vector fields and isosurfaces.
My options at the …
-
I'm unable to render an isosurface using OSPRay with any data I've tested. The application hangs indefinitely much like it does with the volume renderer for some data: #2449. Unlike the volume rendere…
clyne updated
1 month ago
-
When computing the isosurface, when 4 simplex edges crosses the isosurface, we add 2 triangles to the isosurface triangulation.
Right now we add these arbitrarily ([in these 3 lines](https://github…
-
## Issue Details
In the PR #6849 for Isosurfacing we get hyperlinks for `Point_3` and `Vector_3`. Do we have to prevent this using `%` or can we consider this as a doxygen bug? and should file a…