-
while using tri_to_quad_by_4_8_subdivision(), why is the face_matrix of quad mesh still is a nx3 matrix :
import pymeshlab
ms = pymeshlab.MeshSet()
ms.load_new_mesh('tri_mesh')
ms.remeshing_isot…
-
Hi, I have created mesh collider for my voxel mesh with around 12k vertices and it takes 24ms at minumum when generating.
This is my code:
```
dMatrix chunkMatrix(dGetIdentityMatrix());
chunkMat…
SamCZ updated
2 years ago
-
Hi @marcomusy,
Is it possible to use vedo to find the percentage of overlapping points and remove them from multiple loaded point clouds?
For example in the image below:
![image](https://user-i…
-
module: core
// Window-related functions
- [x] void InitWindow(int width, int height, const char *title); // Initialize window and OpenGL context
- [x] bool WindowShouldClose…
-
**Godot version:**
v3.0.6.stable.official
**OS/device including version:**
Pop!_OS 17.10 (Artful Aardvark)
**Issue description:**
I have multiple materials applied to 3D models (mes…
-
So I've noticed models emit no light when they're set to is_light 1, and their lighting is very noisy when set to the default is_light 0. I've altered some material settings to punctuate the issue:
…
-
Given a primitive geometry, we should be able to construct its boundary mesh (or geometry). For example, the boundary of a `Ball` is a `Sphere`. The boundary of a `Cylinder` is a `SimpleMesh` with two…
-
Good evening,
Could MFEM import mesh generated in the SALOME platform?
SALOME could export mesh in DAT, MED, UNV, CGNS, STL, GMF, SAUV formats. Could MFEM read some of these formats?
--
Best r…
-
Hi Alec,
I'm having trouble computing geodesic distance on a surface with heat_geodesic. The initial point is the bottom right blue dot. I'm expecting a distance of sqrt(2) for the flat diagonal wher…
-
This is my system:
```
_________________________________________________________________
vedo version : 2021.0.5 https://vedo.embl.es
vtk version : 9.0.1
python version : 3.8.3 (d…