X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=Primitives.lua;h=1648392041b5ea7f95491db8d3d60573337a5167;hb=06059eb522f33574680bb75bb73f28e2b0f6e836;hp=b1efbfb6414a54234c24083146d8d7577900b0b1;hpb=f385f4b589fc49dc55c3ce4447b4450c3e515123;p=raymarcher.git diff --git a/Primitives.lua b/Primitives.lua index b1efbfb..1648392 100644 --- a/Primitives.lua +++ b/Primitives.lua @@ -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