-
When i run triangle fill mesh on my model i get:
File ...\op_triangle_fill\_init_.py, line 490, in execute self.triangulate_fill(bme,eds,self.iter_max,self.res_mode, self.resolution,self.smooth_iters…
-
Hello,
Given two meshes files (*.PLY), how could I compare, i.e. compute the difference along the Z-axis between those 2 meshes?
Both meshes are representing terrain, so all triangles have an …
-
I set the operating_mode = Generate_semantic_sampled_points, but the point cloud that was supposed to be segmented and labeled was not generated. Could you please let me know if I made a mistake in th…
-
Hello! Thank you for developing GaussianMesh; it’s an impressive piece of work! While trying to train the model, I encountered some questions and hope to receive some guidance.
1. Could you clarify…
-
I have been having trouble getting Meshroom to properly compile images into a 3D model using photogrammetry. I have been taking pictures of several specimens using a Canon EOS 90D macro lens (so focal…
-
### Description
Currently if you export a scene with a Terrian3D node it exports everything except the Terrian3D mesh. This would be super helpful for using 3rd party navmesh libraries and blender wo…
-
```python
mesh = trimesh.load(obj_filename)
print(mesh)
new_mesh = trimesh.Trimesh(vertices=mesh.vertices, faces=mesh.faces)
print(new_mesh)
```
Output:
Notice ho…
-
**Summary**
subdivide_to_size() does not appear to check if an edge being split is shared by another triangle; meaning you can end up with a vertex that, if subsequently moved, will result in tears…
-
Take the `points` and `cells_dict` of an unstructured grid and create a `MeshContainer`. This should simplify things like
```python
import felupe as fem
import pyvista as pv
import skgmsh as sg
…
-
### 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…