Colours are now Vectors, added rainbow pigment.
[raymarcher.git] / Primitives.lua
index b1efbfb..1648392 100644 (file)
@@ -63,7 +63,8 @@ end
 Primitives = {
    make_sphere = make_sphere,
    make_plane = make_plane,
-   make_pipe = make_pipe
+   make_pipe = make_pipe,
+   make_mandelbulb = make_mandelbulb
 }
 
 return Primitives