Option "ribparse" "string varsubst" ["$"]
IfBegin "!defined(RMSTREE)"
    Option "user" "string RMSTREE" ["/Applications/Pixar/RenderManForMaya-21.0-maya2016"]
IfEnd
Option "searchpath" "shader"    ["../../maya/projects/RfM_osl:@"]
Option "searchpath" "rixplugin" ["${RMSTREE}/lib/shaders:@"]
Option "searchpath" "texture"   ["../textures:@"]
Option "searchpath" "archive"   ["../archives:Cutter_Help/templates/Rib:custom_templates/Rib"]
#Option "statistics" "endofframe" [1]
  
Hider "raytrace" "int incremental" [1] "int minsamples" [0] "int maxsamples" [128] "float darkfalloff" [0.025]
Integrator "PxrPathTracer" "PxrPathTracer" "int maxPathLength" [10] "int allowCaustics" [0]
PixelVariance 0.05
  
Format 550 300 1
Display "untitled" "it" "rgba"
Projection "perspective" "fov" [20]
  
Translate  1.1 -0.1 15
Rotate -30 1 0 0
Rotate 35  0 1 0
Scale 1 1 -1
#Imager "background" "color color" [1 1 1]
WorldBegin
    Bxdf "PxrConstant" "default"
    TransformBegin
        Scale 4 4 4
    #    ReadArchive "cutrAxes.rib"
    TransformEnd
  
    ReadArchive "lights/3lights.rib"
    AttributeBegin
        Scale 3 3 3
        ReadArchive "materials/Chrome.rib"
        ReadArchive "geo/jack.rib"
    AttributeEnd
    AttributeBegin
        Scale 50 1 50
        ReadArchive "materials/ThinFilm.rib"
        Polygon "P" [-0.5 0 -0.5  -0.5 0 0.5  0.5 0 0.5  0.5 0 -0.5]
                "st" [0 0  0 1  1 1  1 0]
    AttributeEnd
WorldEnd