Skip to content

Commit 3d2411f

Browse files
committed
triangulate primitives
1 parent 4178e98 commit 3d2411f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/eu/mihosoft/vrl/v3d/Primitive.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public CSG toCSG() {
6565
if(parametrics!=null)
6666
for(Parameter p:parametrics)
6767
tmp.setParameter(p);
68+
tmp.triangulate();
6869
return tmp;
6970
}
7071

0 commit comments

Comments
 (0)