Skip to content

Commit 6159117

Browse files
committed
set the triangulation flag on the remote call
1 parent 188017c commit 6159117

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/eu/mihosoft/vrl/v3d

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,7 @@ public CSG triangulate(boolean fix) {
15651565
try {
15661566
CSG csg = CSGClient.getClient().triangulate(go).get(0);
15671567
setPolygons(csg.getPolygons());
1568+
triangulated = true;
15681569
return csg;
15691570
} catch (Exception e) {
15701571
// TODO Auto-generated catch block

0 commit comments

Comments
 (0)