Initial sketch for plugins.
This commit is contained in:
parent
b101a5f87c
commit
ab3ffc77dc
16 changed files with 96 additions and 6 deletions
|
@ -45,6 +45,7 @@ std::unique_ptr<TriMesh> MeshPrimitives::buildCircleAsTriMesh(unsigned numSegmen
|
|||
const double y = cos(theta);
|
||||
locations[idx] = {x, y};
|
||||
theta += delta_theta;
|
||||
std::cout << "Adding node at: " << x << " | " << y << std::endl;
|
||||
}
|
||||
|
||||
EdgeIds edge_ids(2*numSegments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue