book.pbrt 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Sampler "sobol"
  2. "integer pixelsamples" [ 2048 ]
  3. PixelFilter "box"
  4. Film "image"
  5. "integer xresolution" [ 1280 ]
  6. "integer yresolution" [ 720 ]
  7. "string filename" [ "book.exr" ]
  8. Scale -1 1 1
  9. LookAt 0 2.10879993 13.5740004
  10. 0 2.10879993 12.5740004
  11. 0 1 0
  12. Camera "perspective"
  13. "float fov" [ 26.5 ]
  14. #############################################
  15. WorldBegin
  16. AttributeBegin
  17. AreaLightSource "diffuse"
  18. "rgb L" [ 41.559399 43.312698 45.066002 ]
  19. Translate 34.9199982 55.9199982 -15.3509998
  20. Shape "sphere"
  21. "float radius" [ 7.5 ]
  22. AttributeEnd
  23. AttributeBegin
  24. AreaLightSource "diffuse"
  25. "rgb L" [ 65.066002 63.312698 61.559399 ]
  26. Translate -32.8919983 55.9199982 36.2929993
  27. Shape "sphere"
  28. "float radius" [ 7.5 ]
  29. AttributeEnd
  30. AttributeBegin
  31. Material "matte"
  32. "rgb Kd" [ 0.5 0.5 0.5 ]
  33. Scale 0.213 0.213 0.213
  34. AttributeBegin
  35. Shape "plymesh" "string filename" "geometry/mesh_00001.ply"
  36. AttributeEnd
  37. AttributeEnd
  38. Texture "book_cover" "color" "imagemap"
  39. "string filename" [ "texture/book_pbrt.png" ]
  40. Texture "book_pages" "color" "imagemap"
  41. "string filename" [ "texture/book_pages.png" ]
  42. Texture "uneven_bump_raw" "float" "imagemap"
  43. "float uscale" [ 1.5 ]
  44. "float vscale" [ 1.5 ]
  45. "string filename" [ "texture/uneven_bump.png" ]
  46. Texture "uneven_bump_scale" "float" "constant"
  47. "float value" [ 0.00019999999 ]
  48. Texture "uneven_bump" "float" "scale"
  49. "texture tex1" [ "uneven_bump_raw" ]
  50. "texture tex2" [ "uneven_bump_scale" ]
  51. AttributeBegin
  52. Material "matte"
  53. "texture Kd" [ "book_pages" ]
  54. Translate 0 2.20000005 0
  55. Rotate 77.3424988 0.403387994 -0.75483799 -0.51720202
  56. Scale 0.5 0.5 0.5
  57. AttributeBegin
  58. Shape "plymesh" "string filename" "geometry/mesh_00002.ply"
  59. AttributeEnd
  60. AttributeEnd
  61. AttributeBegin
  62. Material "plastic"
  63. "float roughness" [ 0.00030000001 ]
  64. "texture Kd" [ "book_cover" ]
  65. "texture bumpmap" [ "uneven_bump" ]
  66. "rgb Ks" [ 0.039999999 0.039999999 0.039999999 ]
  67. Translate 0 2.20000005 0
  68. Rotate 77.3424988 0.403387994 -0.75483799 -0.51720202
  69. Scale 0.5 0.5 0.5
  70. AttributeBegin
  71. Shape "plymesh" "string filename" "geometry/mesh_00003.ply"
  72. AttributeEnd
  73. AttributeEnd
  74. WorldEnd