summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index f77a3b7..598a12a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -152,6 +152,7 @@ impl Programs {
let source_main = include_str!("fshader_main.glsl");
let source_test = include_str!("fshader_test.glsl");
let source_common = include_str!("fshader_common.glsl");
+ println!("{:?}",scene.sdf);
let mut sdf = String::new();
let mut get_color = String::new();