summaryrefslogtreecommitdiff
path: root/mainwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mainwin.cc')
-rw-r--r--mainwin.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwin.cc b/mainwin.cc
index 2d482a0..32650f3 100644
--- a/mainwin.cc
+++ b/mainwin.cc
@@ -255,6 +255,10 @@ void MainWindow::actionCompile()
}
double m[16];
+
+ for (int i = 0; i < 16; i++)
+ m[i] = i % 5 == 0 ? 1.0 : 0.0;
+
root_raw_term = root_node->render_csg_term(m);
if (!root_raw_term) {
contact: Jan Huwald // Impressum