Hi, i am trying to render a Madelbulb in Maya/Arnold on a Macbook by following this tutorial :
https://support.solidangle.com/display/AFMUG/How+to+Render+a+Mandelbulb
So i downloaded the 2 Files and created a standin with the Mandelbulb.ass file. In the .ass file i have to link the second file, right? I guess it should look like this:
procedural
{
name cube
dso "mandelbulb_proc.so" /Users/"myname;)"/Downloads/mandelbulb_proc.dylib
load_at_init on
.....
I am confused because the file name is .dylib and not .so (maybe Mac?)
So i added a shader and light and all i see is black. What am i doing wrong? Would be lovely if someone could help me out!