Odysis icon indicating copy to clipboard operation
Odysis copied to clipboard

Jupyter Interactive Widgets library for 3-D mesh analysis

Results 12 Odysis issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Are there any ways to shade a mesh? For example, when viewing a mesh without any scalar data, it's rather difficult to interpret: ```py import pyvista as pv from pyvista...

The camera always starts zoomed in to the center of the mesh. Could this be changed to some isometric position? ```py import pyvista as pv from pyvista import examples pvmesh...

A nasty error is given when calling `color_mapping` when the scene's mesh doesn't have scalar data to map. This should be a bit more user friendly or perhaps just throw...

There are quite a lot of `for`-loops in the `vtk_loader` module which would get really slow on bigger VTK datasets. This library can handle NumPy arrays, correct? Perhaps we should...

This should fix #1 Not working: - [ ] PointCloud not respecting the colormap color (Light/Normal issue?) - [ ] Changing the input data does not work on Warp (maybe...

We should use scales for color mapping, and maybe other things

We are currently using a `THREE.StandardNodeMaterial` which computes the color depending on the diffuse color, the normals etc... This results in colors not being exactly the ones from the colormap....