-
Inti's mesh type looks very powerful, but seems a bit complicated for my basic needs.
Could you provide some basic examples of just defining a 2D boundary from a list of point, or a 3D surface from…
-
I'm using displacement to add detail to rock meshes in FNV in Blender, with 0.1.1 version of the plugin. I subdivide the mesh and then decimate it, exporting to NiTriStrips.
The exported mesh has a v…
-
**Is your feature request related to a problem? Please describe.**
A lot of really interesting mesh algorithms rely on signed distance fields, so having the BVH output signed distance would be grea…
zalo updated
2 months ago
-
Hello,
again... this is more a feature request but I generally use Mesh to plot fields of size "number of vertices" or "number of elements". It is easy to do the first one using Makie's Mesh functi…
-
Hello,
Given two meshes files (*.PLY), how could I compare, i.e. compute the difference along the Z-axis between those 2 meshes?
Both meshes are representing terrain, so all triangles have an …
-
I am attempting to perform parameterization using the ARAP class provided by igl.
I start with an open3d mesh generated from a scan (Note it is partial scan of object -- not watertight). I then ext…
-
**Summary**
subdivide_to_size() does not appear to check if an edge being split is shared by another triangle; meaning you can end up with a vertex that, if subsequently moved, will result in tears…
-
```
What steps will reproduce the problem?
1. lo_ZSword.obj is quade mesh , hi_ZSword_t.OBJ is triangle mesh ( from
Decimation Master (http://www.pixologic.com/zbrush/features/decimation/)
2. --lomes…
-
### Summarize the issue
Consider the following variational form for a diffusion problem with a source term `f` defined on some subdomain.
```python
dx_ft = ufl.dx(domain=mesh, subdomain_data=fa…
-
When plotting meshes with transparency, line artefacts appear where the triangles are touching.
MWE:
```julia
using CairoMakie
points = [Point2f(0.0, 0.0),
Point2f(0.0, 1.0),
…