-
Hi,
I'm new in this project and I would like to know if is possible to create a mesh having only the vertices coordinates (x,y,z) and the numeration of this vertices. thanks
-
**Feature Request**
Hi! Thanks for much for this wonderful visualization toolbox! I wonder if it's also possible to save my image with a transparent background?
Right now I am using python scrip…
-
We need to implement the Bellman-Ford Algorithm, which is a crucial algorithm for finding the shortest paths from a single source vertex to all other vertices in a weighted graph, including those with…
-
Hi! Thanks for your great work!
I found that in the training process, the mesh vertex tensor sometimes receives a very large gradient, and the gradient value is usually as the form 2^n (maybe 4^n, i'…
-
I'm looking to produce a list of the vertices of a DAG, where a vertex in the list is somewhere after all of its ancestors, but where the list doesn't change across calls. I can use `getLeaves` and `g…
-
Hi,
I was trying to visualize the spherical descriptors on a mesh. I tried to only visualize spherical descriptors with l >= 10 (higher frequency descriptors) by mapping the vertex to neighboring s…
-
As discussed in our meeting today, it would be nice to have an option to render vertices as boxes instead of points.
-
### Validations
- [X] I have checked for similar feature requests and could not find any.
- [X] I have made sure this is not an already-existing feature.
### Description
Smooth vertices and hiding …
-
## Problem
`Assimp` blows up the number of vertices when an imported model has per vertex per face normals. There may be other cases (I e.g. would assume the same happens with per vertex per face UV…
-
I ran the code below, but i got two different fid results.
One result is -1 and the other is 663153. Is it possible that passing only one ray leads to this problem?
```
ply_area = trimesh.load(ply…