-
Great library @mourner. I've been adapting this to simplify non-square meshes, by buffering the east and southern edges with filler values. This forms a bigger square, whatever the next larger `2^n +1…
-
Error:
cpp:543:65: error: cannot convert ‘OpenRAVE::UserDataPtr {aka boost::shared_ptr}’ to ‘bool’ in initialization
Line:
https://github.com/joschu/trajopt/blob/9c634c060f7e2d61c4a888b0a5700d668…
-
### 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…
-
I try to minimize file with 0.1 but it output the same file with 0.2 to 0.06
-
**System Information**
1. SW 2021 SP 5.1
2. v1.6.1 installed (feature tree still says v1.4)
**Describe the bug**
1. The assembly contains visual and collision models
2. Each link has the visual…
-
Greetings, cdcseacave!
Thank you for you help and I fixed the problem successfully.
Recently, I modelled a yogert box by using OpenMVS and generated another yogert box model with an online applicati…
-
Hey there! It seems you've got the only Rust navmesh library I can find! :D
I'm testing out this library for use in my game for enemy pathfinding and it seems like it's working pretty well, but the…
-
These are proposed use cases for geometry calculations and quadrature. The ones that involve mass/moment calculations like centroid() are self-expoanatory. The quadrature takes several flavors. In one…
-
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…
-
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…