Menu

Parameter "trace" is not dec...

Help
2011-04-01
2013-04-25
  • Karl Stiefvater

    Karl Stiefvater - 2011-04-01

    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?

     
  • Karl Stiefvater

    Karl Stiefvater - 2011-04-01

    ah… answered my own question - the demo ribs don't actually work.  heh.

     
  • Eibriel

    Eibriel - 2011-04-02

    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.