-
## š Bug
When I try to add shapes, I get an `AssertionError`:`assert (c, b) not in self._edges_lookup`. Switching to paths works as expected.
## To Reproduce
Steps to reproduce the behavior:
ā¦
-
Could I use pyimgui to create a plane and add points to it
-
Related snippets from the TODO file.
Intersection:
- see http://cagd.cs.byu.edu/~557/text/ch7.pdf
- Sweep-line handling: http://www.lems.brown.edu/~wq/projects/cs252.html
CSG:
- Will rely on region ā¦
-
This will become a rough description of the process pipeline from way-sections to triangles, including the most important data model charts. I will edit this post several times until the pipeline descā¦
-
I'm a Rust n00b but I have 25+ years of experience working with geometry in C/C++ (e.g. using libs like OpenMesh). The reference docs for Plexus are extremely thin even for someone like me. I.e. I havā¦
-
Consider the following code.
```
cube();
linear_extrude(height=10) {
for (i = [0:8]) {
rotate([0,0,i*360/9])
polygon(points=[[0,0],[0,10],[1,9]]);
}
};
```
When rendered, iā¦
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the producā¦
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the producā¦
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the producā¦
-
```
What steps will reproduce the problem?
1. Triangulate a particular point set
What is the expected output? What do you see instead?
Stack overflow leading to segfault.
What version of the producā¦