-
When filling in holes in Pixyz. The holes are fill in with polygons. In some cases when the polygons are along a smooth surface. It may be better if these vertices are dissolved instead as the triangl…
-
- [ ] what version of Makie are you running? Makie v0.21.13
- [ ] can you reproduce the bug with a fresh environment ? Yes
- [ ] What platform + GPU are you on? Tried this on Linux and on Mac OS
He…
-
Thanks for your answer, but now “dirt” has error “AttributeError: module ‘dirt’ has no attribute ‘lighting’”, my pytorch version is 1.7.1, does the project have requirements for the torch version?My G…
-
The boundary vertices at the junction of selected soft vertices and the original mesh vertices requires a smooth blend, perhaps some of kind of linear blend or weight propagation between the interacti…
-
Is there a way to specify how many vertices you want the downloaded tile to contain, with three.geo?
By default it seems to download a terrain with a fairly large amount of edge loops, vertices - mor…
-
For some dags some vertices can have the same order. For example
ProjectCreate/NetworkCreate/ContactCreate can depends on AccountCreate, so first is Account create, but other in the same order. Does …
-
Since an index buffer is being used the vertices/normals etc between faces could be reused, however the exporter currently duplicates them instead.
Not sure about uv coordinates though since they mig…
-
If the user selects two vertices which can be fused, the "fuse spiders" button is enabled, and clicking it fuses the two vertices. So far, so good.
If the user selects more than two vertices, among…
-
In the PRs done by @simonschoelly to test on generic graphs, he frequently ran into trouble because collections like `vertices(g)` or `neighbors(g, v)` were not indexable. This explains the appearance…
-
After use it, i get reduced tris but increased vertices x2, what i made wrong?