-
**Describe the bug**
```
In file included from /wrkdirs/usr/ports/graphics/openmvs/work/openMVS-2.2.0/libs/MVS/Mesh.cpp:58:
In file included from /usr/local/include/vcglib/vcg/complex/algorithms/is…
-
```random_shuffle``` was removed in c++17 and you use c++17.
```
/usr/bin/c++ -DCGAL_USE_GMPXX=1 -D_LIB -D_USE_BOOST -D_USE_EIGEN -D_USE_FAST_CBRT -D_USE_FAST_FLOAT2INT -D_USE_NONFREE -D_USE_OPENG…
-
In https://github.com/Ferrite-FEM/Ferrite.jl/pull/780 Maxi develops the main infrastructure for "p4est-type" AMR~1 (which we currently name BGW internally, derived from the author names). In addition …
-
## Outline
Implement efficient 3D mesh offset, instead of using minkowski sum with high resolution spheres. (https://github.com/elalish/manifold/issues/192)
## Details
3D mesh offset is a use…
-
Here's an implementation I found working you can add to your tutorial:
- ChunkBase.h:
![image](https://user-images.githubusercontent.com/106384472/175832039-30fb48a7-510e-4ddc-ae92-2693c89c73f6.pn…
-
### Describe the bug, what's wrong, and what you expected.
We ought to make sure filters rarely modify their source/input data
A handful of filters are modifying their source/input data which is …
-
Thanks for sharing the code of your nice work! I've been trying to apply the framework to my own dataset for segmentation. As I understood, the dataroot contains the folders 'train', 'test' and 'raw'…
-
I am trying to get a 3d point cloud of an environment the drone is flying in, which may be given by a lidar sensor. Is there a way to record what mesh any given point in the point cloud is colliding w…
-
Step 1: Initial 3D rendering
- Define data structure to define which voxel is firing or selected or moused over
- Create a mesh / point / UV generator to map points, and have them be mappable to the…
-
One of the ideas behind this library was to create differentiable geometry. We need to solve Quadratic Error Functions for Dual contours (#15). In addition we may save some time by using Oct Trees, bu…