sorry for the noob question:
just installed pixie under osx - trying the ambient occlusion rib. get error:
./Ambient_occ.rib (13): Parameter "trace" is not declared
help?
ah… answered my own question - the demo ribs don't actually work. heh.
Hi Qarl, thats true, the code is outdated: You need to change: Attribute "visibility" "trace" 1 by Attribute "visibility" "int specular"
Attribute "visibility" "transmission" "opaque" by Attribute "visibility" "int transmission"
Attribute "visibility" "trace" 1 by Attribute "visibility" "specular" 1
Attribute "visibility" "diffuse" 1
I think thats it. Documentation: http://www.renderpixie.com/pixiewiki/Documentation/Attributes
See, some parameters are deprecated.
I'll try to upload new files…
Regards!!
Log in to post a comment.
sorry for the noob question:
just installed pixie under osx - trying the ambient occlusion rib. get error:
./Ambient_occ.rib (13): Parameter "trace" is not declared
help?
ah… answered my own question - the demo ribs don't actually work. heh.
Hi Qarl, thats true, the code is outdated:
You need to change:
Attribute "visibility" "trace" 1
by
Attribute "visibility" "int specular"
Attribute "visibility" "transmission" "opaque"
by
Attribute "visibility" "int transmission"
Attribute "visibility" "trace" 1
by
Attribute "visibility" "specular" 1
Attribute "visibility" "diffuse" 1
I think thats it.
Documentation:
http://www.renderpixie.com/pixiewiki/Documentation/Attributes
See, some parameters are deprecated.
I'll try to upload new files…
Regards!!