Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. Option "ribparse" "string varsubst" ["$"]
  2. IfBegin "!defined(RMSTREE)"
  3. Option "user" "string RMSTREE" ["/opt/pixar/RenderManForMaya-21.5-maya2017"]
  4. IfEnd
  5. Option "searchpath" "shader" ["/i-drive/Savannah/Home/Student/maya/projects/RfM_osl:@"]
  6. Option "searchpath" "rixplugin" ["${RMSTREE}/lib/shaders:/i-drive/Savannah/Home/Student/maya/projects/RfM_ris:@"]
  7. Option "searchpath" "texture" ["../textures:@"]
  8. Option "searchpath" "archive" ["../archives:Cutter_Help/templates/Rib:custom_templates/Rib"]
  9. #Option "statistics" "endofframe" [1]
  10.  
  11. Hider "raytrace" "int incremental" [1] "int minsamples" [0] "int maxsamples" [128] "float darkfalloff" [0.025]
  12. Integrator "PxrPathTracer" "PxrPathTracer" "int maxPathLength" [10] "int allowCaustics" [0]
  13. #Integrator "PxrOcclusion" "PxrOcclusion1"
  14. PixelVariance 0.05
  15.  
  16. #Format 640 360 1
  17. Format 1920 1080 1
  18. #ReadArchive "./DenoiseOptions.rib"
  19. Display "untitled" "it" "rgba"
  20.  
  21.  
  22. Projection "perspective" "fov" [20]
  23.  
  24. #DepthOfField 4 30 250 # f-stop, constant 1, focal distance
  25.  
  26. #==section 2 begins===
  27.  
  28. #ReadArchive "cameras/front_cam.rib"
  29. Translate 0 0 203.469
  30. Rotate -26.252 1 0 0
  31. Rotate 9.462 0 1 0
  32. Translate -45.0 -0.0 0.0
  33. Scale 1 1 -1
  34. #==section 3 begins===
  35.  
  36. WorldBegin
  37.  
  38. ReadArchive "lights/hdr_amtrack.rib"
  39.  
  40. TransformBegin
  41. Scale 4 4 4
  42. ReadArchive "cutrAxes.rib"
  43. TransformEnd
  44.  
  45. AttributeBegin
  46. Attribute "identifier" "string name" ["kettle"]
  47. Translate 0 -0.8 0
  48. Rotate -15 0 1 0
  49. ReadArchive "materials/metal.rib"
  50. ReadArchive "geo/kettlegeo_v01.rib"
  51. AttributeEnd
  52.  
  53. AttributeBegin
  54. Attribute "identifier" "string name" ["teaCup"]
  55. Translate -60 0 0
  56. Rotate 0 0 1 0
  57. ReadArchive "geo/teaCup.rib"
  58. AttributeEnd
  59. AttributeBegin
  60. Attribute "identifier" "string name" ["teaCup2"]
  61. Translate -100 0 60
  62. Rotate 30 0 1 0
  63. ReadArchive "geo/teaCup.rib"
  64. AttributeEnd
  65. AttributeBegin
  66. Attribute "identifier" "string name" ["teaCup3"]
  67. Translate -90 0 35
  68. Rotate 90 0 1 0
  69. ReadArchive "geo/teaCup.rib"
  70. AttributeEnd
  71.  
  72. AttributeBegin
  73. Attribute "identifier" "string name" ["napkin"]
  74. Translate 50 0 20
  75. Rotate -15 0 1 0
  76. Scale 1.5 1.5 1.5
  77. ReadArchive "materials/linen.rib"
  78. ReadArchive "geo/napkin_v01.rib"
  79. AttributeEnd
  80.  
  81. AttributeBegin
  82. Attribute "identifier" "string name" ["woodTable"]
  83. Translate 0 -0.3 135
  84. Rotate 90 0 1 0
  85. Scale 5 5 5
  86. ReadArchive "materials/woodTable.rib"
  87. Polygon "P" [-40 0 -40 -40 0 40 40 0 40 40 0 -40]
  88. "st" [0 0 0 1 1 1 1 0]
  89. AttributeEnd
  90.  
  91.  
  92. WorldEnd
  93.  
  94. #ReadArchive "./Denoise.rib"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement