scene.pbrt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. Integrator "path" "integer maxdepth" [ 65 ]
  2. Transform [ 0.653592 -0.0128556 -0.756738 -0 -9.31322e-010 0.999856 -0.0169858 -0 -0.756847 -0.0111018 -0.653498 -0 0.238273 -1.13121 4.79143 1]
  3. Sampler "sobol" "integer pixelsamples" [ 64 ]
  4. PixelFilter "triangle" "float xwidth" [ 1.000000 ] "float ywidth" [ 1.000000 ]
  5. Film "image" "integer xresolution" [ 1280 ] "integer yresolution" [ 720 ] "string filename" [ "bedroom.png" ]
  6. Camera "perspective" "float fov" [ 39.430485 ]
  7. WorldBegin
  8. Texture "Texture01" "spectrum" "imagemap" "string filename" [ "textures/wallpaper-1.tga" ] "bool trilinear" [ "true" ]
  9. Texture "Texture02" "spectrum" "imagemap" "string filename" [ "textures/Teapot.tga" ] "bool trilinear" [ "true" ]
  10. Texture "Texture03" "spectrum" "imagemap" "string filename" [ "textures/wood4.tga" ] "bool trilinear" [ "true" ]
  11. Texture "Texture04" "spectrum" "imagemap" "string filename" [ "textures/panel-wood-3.tga" ] "bool trilinear" [ "true" ]
  12. MakeNamedMaterial "Boxes" "string type" [ "matte" ] "rgb Kd" [ 0.483044 0.384664 0.301561 ]
  13. MakeNamedMaterial "PlasticCable" "string type" [ "matte" ] "rgb Kd" [ 0.558543 0.558543 0.558543 ]
  14. MakeNamedMaterial "LampEmitter" "string type" [ "matte" ] "rgb Kd" [ 0.640000 0.640000 0.640000 ]
  15. MakeNamedMaterial "Blankets" "string type" [ "matte" ] "rgb Kd" [ 0.485435 0.456263 0.428075 ]
  16. MakeNamedMaterial "Bedsheets" "string type" [ "matte" ] "texture Kd" [ "Texture01" ]
  17. MakeNamedMaterial "Window" "string type" [ "matte" ] "rgb Kd" [ 0.028173 0.028173 0.028173 ]
  18. MakeNamedMaterial "PictureBacking" "string type" [ "matte" ] "rgb Kd" [ 0.111567 0.037068 0.017016 ]
  19. MakeNamedMaterial "Picture" "string type" [ "matte" ] "texture Kd" [ "Texture02" ]
  20. MakeNamedMaterial "Rocks1" "string type" [ "matte" ] "rgb Kd" [ 0.350827 0.242986 0.178830 ]
  21. MakeNamedMaterial "Rocks2" "string type" [ "matte" ] "rgb Kd" [ 0.098964 0.098964 0.098964 ]
  22. MakeNamedMaterial "Rocks3" "string type" [ "matte" ] "rgb Kd" [ 0.558544 0.558544 0.558544 ]
  23. MakeNamedMaterial "DecoPlant" "string type" [ "matte" ] "rgb Kd" [ 0.041772 0.011306 0.007575 ]
  24. MakeNamedMaterial "Painting" "string type" [ "matte" ] "rgb Kd" [ 0.015396 0.015396 0.015396 ]
  25. MakeNamedMaterial "Carpet" "string type" [ "matte" ] "rgb Kd" [ 0.034499 0.034499 0.034499 ]
  26. MakeNamedMaterial "Matress" "string type" [ "matte" ] "rgb Kd" [ 0.893289 0.893289 0.893289 ]
  27. MakeNamedMaterial "WoodFloor" "string type" [ "substrate" ] "rgb Ks" [ 0.040000 0.040000 0.040000 ] "texture Kd" [ "Texture03" ] "float uroughness" [ 0.150000 ] "float vroughness" [ 0.150000 ] "bool remaproughness" [ "false" ]
  28. MakeNamedMaterial "Walls2" "string type" [ "matte" ] "rgb Kd" [ 0.799999 0.799999 0.799999 ]
  29. MakeNamedMaterial "WoodFurniture" "string type" [ "substrate" ] "rgb Ks" [ 0.040000 0.040000 0.040000 ] "texture Kd" [ "Texture04" ] "float uroughness" [ 0.150000 ] "float vroughness" [ 0.150000 ] "bool remaproughness" [ "false" ]
  30. MakeNamedMaterial "Walls" "string type" [ "matte" ] "rgb Kd" [ 0.799999 0.799999 0.799999 ]
  31. MakeNamedMaterial "Mirror" "string type" [ "mirror" ]
  32. MakeNamedMaterial "Aluminium" "string type" [ "metal" ] "rgb eta" [ 1.657460 0.880369 0.521229 ] "rgb k" [ 9.223869 6.269523 4.837001 ] "bool remaproughness" [ "false" ] "float uroughness" [ 0.200000 ] "float vroughness" [ 0.200000 ]
  33. MakeNamedMaterial "BookCover" "string type" [ "matte" ] "rgb Kd" [ 0.000000 0.000000 0.000000 ]
  34. MakeNamedMaterial "BookPages" "string type" [ "matte" ] "rgb Kd" [ 0.567027 0.567027 0.567027 ]
  35. MakeNamedMaterial "LampMetal" "string type" [ "metal" ] "rgb eta" [ 1.657460 0.880369 0.521229 ] "rgb k" [ 9.223869 6.269523 4.837001 ] "bool remaproughness" [ "false" ] "float uroughness" [ 0.100000 ] "float vroughness" [ 0.100000 ]
  36. MakeNamedMaterial "LampGlass" "string type" [ "glass" ] "float index" [ 1.500000 ] "bool remaproughness" [ "false" ] "float uroughness" [ 0.100000 ] "float vroughness" [ 0.100000 ]
  37. MakeNamedMaterial "PictureFrame" "string type" [ "metal" ] "rgb eta" [ 1.657460 0.880369 0.521229 ] "rgb k" [ 9.223869 6.269523 4.837001 ] "bool remaproughness" [ "false" ] "float uroughness" [ 0.100000 ] "float vroughness" [ 0.100000 ]
  38. MakeNamedMaterial "Glass" "string type" [ "glass" ] "float index" [ 1.500000 ] "bool remaproughness" [ "false" ]
  39. MakeNamedMaterial "Vase" "string type" [ "glass" ] "float index" [ 1.500000 ] "bool remaproughness" [ "false" ]
  40. MakeNamedMaterial "Curtains" "string type" [ "uber" ] "rgb Ks" [ 0.000000 0.000000 0.000000 ] "rgb Kd" [ 1.000000 1.000000 1.000000 ] "rgb opacity" [ 0.531049 0.531049 0.531049 ]
  41. MakeNamedMaterial "CurtainRod" "string type" [ "metal" ] "rgb eta" [ 1.657460 0.880369 0.521229 ] "rgb k" [ 9.223869 6.269523 4.837001 ] "bool remaproughness" [ "false" ] "float uroughness" [ 0.100000 ] "float vroughness" [ 0.100000 ]
  42. MakeNamedMaterial "StainlessSmooth" "string type" [ "mirror" ]
  43. NamedMaterial "Aluminium"
  44. Shape "plymesh" "string filename" [ "models/Mesh044.ply" ]
  45. Shape "plymesh" "string filename" [ "models/Mesh047.ply" ]
  46. NamedMaterial "WoodFurniture"
  47. Shape "plymesh" "string filename" [ "models/Mesh032.ply" ]
  48. NamedMaterial "StainlessSmooth"
  49. Shape "plymesh" "string filename" [ "models/Mesh028.ply" ]
  50. NamedMaterial "Aluminium"
  51. Shape "plymesh" "string filename" [ "models/Mesh046.ply" ]
  52. Shape "plymesh" "string filename" [ "models/Mesh027.ply" ]
  53. Shape "plymesh" "string filename" [ "models/Mesh022.ply" ]
  54. Shape "plymesh" "string filename" [ "models/Mesh042.ply" ]
  55. Shape "plymesh" "string filename" [ "models/Mesh036.ply" ]
  56. Shape "plymesh" "string filename" [ "models/Mesh043.ply" ]
  57. Shape "plymesh" "string filename" [ "models/Mesh040.ply" ]
  58. NamedMaterial "LampGlass"
  59. Shape "plymesh" "string filename" [ "models/Mesh037.ply" ]
  60. Shape "plymesh" "string filename" [ "models/Mesh026.ply" ]
  61. NamedMaterial "LampMetal"
  62. Shape "plymesh" "string filename" [ "models/Mesh023.ply" ]
  63. NamedMaterial "LampEmitter"
  64. Shape "plymesh" "string filename" [ "models/Mesh059.ply" ]
  65. NamedMaterial "LampGlass"
  66. Shape "plymesh" "string filename" [ "models/Mesh049.ply" ]
  67. NamedMaterial "WoodFloor"
  68. Shape "plymesh" "string filename" [ "models/Mesh060.ply" ]
  69. NamedMaterial "DecoPlant"
  70. Shape "plymesh" "string filename" [ "models/Mesh033.ply" ]
  71. NamedMaterial "Rocks1"
  72. Shape "plymesh" "string filename" [ "models/Mesh025.ply" ]
  73. NamedMaterial "Rocks2"
  74. Shape "plymesh" "string filename" [ "models/Mesh055.ply" ]
  75. NamedMaterial "Rocks3"
  76. Shape "plymesh" "string filename" [ "models/Mesh035.ply" ]
  77. NamedMaterial "LampGlass"
  78. Shape "plymesh" "string filename" [ "models/Mesh048.ply" ]
  79. NamedMaterial "LampMetal"
  80. Shape "plymesh" "string filename" [ "models/Mesh056.ply" ]
  81. NamedMaterial "PlasticCable"
  82. Shape "plymesh" "string filename" [ "models/Mesh058.ply" ]
  83. NamedMaterial "LampEmitter"
  84. Shape "plymesh" "string filename" [ "models/Mesh061.ply" ]
  85. NamedMaterial "LampGlass"
  86. Shape "plymesh" "string filename" [ "models/Mesh051.ply" ]
  87. NamedMaterial "LampMetal"
  88. Shape "plymesh" "string filename" [ "models/Mesh066.ply" ]
  89. NamedMaterial "PlasticCable"
  90. Shape "plymesh" "string filename" [ "models/Mesh062.ply" ]
  91. NamedMaterial "LampEmitter"
  92. Shape "plymesh" "string filename" [ "models/Mesh054.ply" ]
  93. NamedMaterial "BookCover"
  94. Shape "plymesh" "string filename" [ "models/Mesh063.ply" ]
  95. NamedMaterial "BookPages"
  96. Shape "plymesh" "string filename" [ "models/Mesh064.ply" ]
  97. NamedMaterial "Curtains"
  98. Shape "plymesh" "string filename" [ "models/Mesh057.ply" ]
  99. NamedMaterial "Bedsheets"
  100. Shape "plymesh" "string filename" [ "models/Mesh041.ply" ]
  101. NamedMaterial "Glass"
  102. Shape "plymesh" "string filename" [ "models/Mesh052.ply" ]
  103. NamedMaterial "Vase"
  104. Shape "plymesh" "string filename" [ "models/Mesh065.ply" ]
  105. Shape "plymesh" "string filename" [ "models/Mesh067.ply" ]
  106. NamedMaterial "Bedsheets"
  107. Shape "plymesh" "string filename" [ "models/Mesh068.ply" ]
  108. Shape "plymesh" "string filename" [ "models/Mesh034.ply" ]
  109. NamedMaterial "Matress"
  110. Shape "plymesh" "string filename" [ "models/Mesh021.ply" ]
  111. NamedMaterial "Carpet"
  112. TransformBegin
  113. Transform [ 1 0 0 0 0 1 0 0 0 0 1 0 -0.441852 0 0 1]
  114. Shape "plymesh" "string filename" [ "models/Mesh020.ply" ]
  115. TransformEnd
  116. TransformBegin
  117. Transform [ 1 0 0 0 0 1 0 0 0 0 1 0 -0.441852 0 0 1]
  118. Shape "plymesh" "string filename" [ "models/Mesh019.ply" ]
  119. TransformEnd
  120. NamedMaterial "Painting"
  121. TransformBegin
  122. Transform [ 1 0 0 0 0 1 0 0 0 0 1 0 -0.11 0 0 1]
  123. Shape "plymesh" "string filename" [ "models/Mesh018.ply" ]
  124. TransformEnd
  125. TransformBegin
  126. Transform [ 1 0 0 0 0 1 0 0 0 0 1 0 -0.235899 0 0 1]
  127. Shape "plymesh" "string filename" [ "models/Mesh017.ply" ]
  128. TransformEnd
  129. NamedMaterial "CurtainRod"
  130. Shape "plymesh" "string filename" [ "models/Mesh015.ply" ]
  131. Shape "plymesh" "string filename" [ "models/Mesh014.ply" ]
  132. NamedMaterial "WoodFurniture"
  133. Shape "plymesh" "string filename" [ "models/Mesh012.ply" ]
  134. NamedMaterial "Mirror"
  135. Shape "plymesh" "string filename" [ "models/Mesh011.ply" ]
  136. NamedMaterial "Walls"
  137. Shape "plymesh" "string filename" [ "models/Mesh013.ply" ]
  138. NamedMaterial "Window"
  139. Shape "plymesh" "string filename" [ "models/Mesh039.ply" ]
  140. Shape "plymesh" "string filename" [ "models/Mesh010.ply" ]
  141. NamedMaterial "WoodFurniture"
  142. Shape "plymesh" "string filename" [ "models/Mesh031.ply" ]
  143. NamedMaterial "StainlessSmooth"
  144. Shape "plymesh" "string filename" [ "models/Mesh045.ply" ]
  145. NamedMaterial "Mirror"
  146. Shape "plymesh" "string filename" [ "models/Mesh038.ply" ]
  147. NamedMaterial "WoodFurniture"
  148. Shape "plymesh" "string filename" [ "models/Mesh009.ply" ]
  149. NamedMaterial "StainlessSmooth"
  150. Shape "plymesh" "string filename" [ "models/Mesh024.ply" ]
  151. NamedMaterial "WoodFurniture"
  152. Shape "plymesh" "string filename" [ "models/Mesh030.ply" ]
  153. NamedMaterial "StainlessSmooth"
  154. Shape "plymesh" "string filename" [ "models/Mesh029.ply" ]
  155. NamedMaterial "Walls2"
  156. Shape "plymesh" "string filename" [ "models/Mesh008.ply" ]
  157. NamedMaterial "WoodFurniture"
  158. Shape "plymesh" "string filename" [ "models/Mesh007.ply" ]
  159. Shape "plymesh" "string filename" [ "models/Mesh006.ply" ]
  160. NamedMaterial "StainlessSmooth"
  161. Shape "plymesh" "string filename" [ "models/Mesh005.ply" ]
  162. NamedMaterial "Curtains"
  163. Shape "plymesh" "string filename" [ "models/Mesh004.ply" ]
  164. NamedMaterial "PictureFrame"
  165. Shape "plymesh" "string filename" [ "models/Mesh050.ply" ]
  166. NamedMaterial "PictureBacking"
  167. Shape "plymesh" "string filename" [ "models/Mesh053.ply" ]
  168. NamedMaterial "Picture"
  169. Shape "plymesh" "string filename" [ "models/Mesh003.ply" ]
  170. NamedMaterial "Boxes"
  171. Shape "plymesh" "string filename" [ "models/Mesh002.ply" ]
  172. NamedMaterial "Blankets"
  173. Shape "plymesh" "string filename" [ "models/Mesh016.ply" ]
  174. Shape "plymesh" "string filename" [ "models/Mesh001.ply" ]
  175. Shape "plymesh" "string filename" [ "models/Mesh000.ply" ]
  176. AttributeBegin
  177. AreaLightSource "diffuse" "rgb L" [ 16.464800 16.464800 16.464800 ]
  178. Material "matte" "rgb Kd" [ 0.000000 0.000000 0.000000 ]
  179. Shape "trianglemesh" "integer indices" [ 0 1 2 0 2 3 ] "point P" [ -2.00785 0.281886 -1.26735 -0.943027 0.281886 -1.26735 -0.943027 2.09747 -1.26735 -2.00785 2.09747 -1.26735 ] "normal N" [ 0 1.15012e-007 1 0 1.15012e-007 1 0 1.15012e-007 1 0 1.15012e-007 1 ] "float uv" [ 0 0 1 0 1 1 0 1 ]
  180. AttributeEnd
  181. AttributeBegin
  182. AreaLightSource "diffuse" "rgb L" [ 16.464800 16.464800 16.464800 ]
  183. Material "matte" "rgb Kd" [ 0.000000 0.000000 0.000000 ]
  184. Shape "trianglemesh" "integer indices" [ 0 1 2 0 2 3 ] "point P" [ 0.911384 0.281886 -1.26735 1.9762 0.281886 -1.26735 1.9762 2.09747 -1.26735 0.911384 2.09747 -1.26735 ] "normal N" [ 0 1.15012e-007 1 0 1.15012e-007 1 0 1.15012e-007 1 0 1.15012e-007 1 ] "float uv" [ 0 0 1 0 1 1 0 1 ]
  185. AttributeEnd
  186. NamedMaterial "Painting"
  187. TransformBegin
  188. Transform [ 1 0 0 0 0 1 0 0 0 0 1 0 -1.1021 0.0958043 0 1]
  189. Shape "plymesh" "string filename" [ "models/Mesh018.ply" ]
  190. TransformEnd
  191. WorldEnd