-
## Missing (might just return an 501 or 200)
### Frontend API only?
* [ ] /data/datasets/:organizationName/:dataSetName/layers/:dataLayerName/data
### Currently unsupported / unnecessary
* [ ] (…
-
## Description
It would be nice to be able to specify an RGBA value for the color of meshes.
## Preview
I'd like to reproduce the isosurfaces with the opacity shown in (b) and (c) of this fig…
-
Hi, running below code contained in the documentation, through the command line, throws the following error. Am I missing something?
mayavi2 -x script.py
Error:
'module' object has no attribu…
-
Hi, can you help me solve it? thank you!
-
For the isosurface with the `VolumeVisual`, I think this is done in here:
https://github.com/vispy/vispy/blob/master/vispy/visuals/volume.py#L115
For the `IsoSurfaceVisual`, I think it's done here:
…
-
Hello,
`scale` should be
`(bounds[1][i] - bounds[0][i]) / (dims[i]-1)`;
instead of
`(bounds[1][i] - bounds[0][i]) / dims[i];`
Try for instance
```
var mesh = isosurface.surfaceNets([64,64…
-
When I create an isosurface using the Create Iso Surfaces geoapps notebook, the surface is extrapolated above topography
![iso_surface_above topo](https://user-images.githubusercontent.com/5473482/14…
-
I have a two-color 3D dataset, and I would like to analyze it with DBSCAN on one of the colors. However, DBSCAN appears to lack this as an option in Visgui an instead DBSCANs points from both color ch…
-
[WARNING] D:\posong3d\PoissonRecon-master\PoissonRecon-master\Src\FEMTree.IsoSurface.specialized.inl (Line 1886)
IsoSurfaceExtractor::Extract
bad average roots: 2
-
hi @Larsberg,
great addon, just started playing around with it.
this is not an issue but a question.
im looking to turn some wireframes into isosurface meshes,
in the same way toxiclibs does it => ht…