diff --git a/src/voxelburst/core.clj b/src/voxelburst/core.clj index 7e2260a..e05bc18 100644 --- a/src/voxelburst/core.clj +++ b/src/voxelburst/core.clj @@ -118,7 +118,7 @@ [p bounds] (every? true? (map #(complex-single-in-bounds? %1 %2) p bounds))) -(defn in-bounds? +#_(defn in-bounds? "Inside sphere?" [p bounds] (<= (v-mag (v-- p [500 500 500])) 400))