-
Hello guys,
Thanks for this tool, quite interesting. Today, I was playing around and I noticed that fast_simplification produces holes in the geometry if operating on flat surfaces 2D surfaces. Doe…
-
I want to write a script to detect whether a mesh model is a Marching Cube mesh.
The function `Simplification: edge collapse for marching cube meshes` in MeshLab can simplify a Marching Cube mesh,…
-
This causes `large_scene_test.cpp` to be slow. Because instead of running $n^3$ operations, we are actually having $n^6$ (simple) operations.
This is introduced in https://github.com/elalish/manifo…
-
When I attempt to build trajopt with CLOUDPROC , I get the error message:
```
[ 86%] Building CXX object src/cloudproc/CMakeFiles/cloudproc.dir/mesh_simplification.cpp.o
In file included from /ho…
-
Hi !
First, thanks for your work, it works very nicely !
I have a question : what do you think about tracking the simplification ? Could the function to simplify a mesh return like a set of ed…
-
On Nerfstudio, there have been several recent reports (https://github.com/nerfstudio-project/nerfstudio/issues/3461, more on discord) by Windows users of their `ns-export` commands closing without err…
-
Hi everyone!
I am trying to figure out a way to pick (by clicking on) a specific InstancedMesh. I've worked out an example based on a simplification of existing examples, which uses visual_at to get …
-
# Protein Mesh Deformation
- [ ] do mesh simplification first
- [ ] play with this in Blender
- [ ] find/read paper on common technique
- [ ] implement in redux-algorithms
- [ ] implement in JS
- [ ] …
-
When trying to grasp an object with `ergoCub`, I've noticed a substantial drop of the rtf and I've initially thought that it was caused by the hand collision mesh (see [here](https://github.com/icub-t…
-
First of all thank you for open source! I encountered some problems in the process of using, I took the obj model input with material (.mtl) and simplified the output model without material, how do I …