-
```
import numpy as np
import vedo
mesh = vedo.load("")
mesh.pointdata["counter"] = np.arange(mesh.npoints)
mesh.decimate(n=20000)
assert len(mesh.pointdata.keys()) != 0
```
The above lose…
-
This is using python 3.9.5 on OSX (x64) and installed using pip.
```
import voxelfuse as vf
from voxelfuse.mesh import Mesh
from quad_mesh_simplify import simplify_mesh
ModuleNotFoundError: No…
-
Hello SfePy Community,
I am working on modeling the effects of veins on a resistivity tool in a borehole. For simplification, I'm starting with a basic cube made from a single material. In my model…
-
Hi, I am trying to subdivide the shapes in the Tosca dataset, as shown in Table 2 in the paper, but I found that many of the shapes have boundaries, how did you subdivide these shapes and get the resu…
-
LiDAR-DenseSeg semantic segmentation left some incorrectly classified data points in the resulting point cloud. Attempts were made to remove these datapoints and mitigate errors, but a more thorough p…
-
Hi,
first of all, thanks for this great meshing tool! In most cases, fTetWild works very well for me, but recently, I encountered a segfault in the preprocessing stage. It is quite a complex mesh (co…
-
Hi, you do very great work!!
to my question:
i need to simplyfy an very large mesh from a laserscan.
but i am not allowed, to differ from original model more then
1 millimeter.
can you stop…
-
Bundle CGAL 3D demo error doesn't build
## Issue Details
CMake error :
```
$ docker run --rm -v $PWD/results:/results:Z -v /home/sylvain/build/cgal-5.4/:/cgal:ro docker.io/cgal/bundle-3d-de…
-
I have a textured mesh with 4958437 vn 9912299 fn (1.2GB OBJ file) that somehow crashes TriEdgeCollapseQuadricTex. Any idea how to debug this?
> Starting Script of 1 actionsfilter: Simplification: …
-
![Snipaste_2024-02-28_23-59-55](https://github.com/jiayaozhang/NaniteTree/assets/42509584/7b500e5f-9c20-454e-a165-62c2632c6b2a)
## 遇到一个BUG就是Houdini怎么也识别不出编译出来的
https://www.cnblogs.com/Ligo-Z/p/1…