f10-8.pbrt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # for no-texture version, add the following to the start of both
  2. # MIPMap::Lookup() method implementations
  3. # return Texel(Levels() - 1, 0, 0);
  4. # Gtool Exporter Ver. 1.00 for pbrt v2.0 Render, www.pbrt.org
  5. # Created by Guillermo M. Leal LLaguno, g.llaguno@evvisual.com, www.evvisual.com
  6. # Exported on: 12/22/2009 12:15:22 AM
  7. Scale -1 1 1 # account for fixed lookat bug...
  8. # Camera Camera03
  9. LookAt 26.2755 -4.93625 7.15164
  10. 25.7736 -4.07249 7.19675
  11. 0.02266 -0.0389986 0.998982
  12. Camera "perspective"
  13. "float fov" [73.7398]
  14. "float shutteropen" [0.0]
  15. "float shutterclose" [1.0]
  16. "float lensradius" [0.0]
  17. "float focaldistance" [1e+006]
  18. Film "image"
  19. "integer xresolution" [363]
  20. "integer yresolution" [800]
  21. "float cropwindow" [0.33 0.997245 0.25 0.75]
  22. "string filename" "f10-8.exr"
  23. # End Camera Camera03
  24. Integrator "mlt" "integer mutationsperpixel" 20000
  25. WorldBegin
  26. # Enviorment
  27. AttributeBegin
  28. Rotate 198.0 0 0 1
  29. LightSource "infinite"
  30. "integer nsamples" [32]
  31. "color scale" [14.0 14.0 14.0]
  32. "string mapname" ["textures/RenoSuburb01_sm.exr"]
  33. AttributeEnd
  34. # ***** Lights *****
  35. # ***** End Lights *****
  36. #Main File
  37. Include "geometry/sanmiguel-mat.pbrt"
  38. Include "geometry/sanmiguel-geom.pbrt"
  39. #Trees
  40. Include "geometry/arbol-mat.pbrt"
  41. Include "geometry/troncoA-geom.pbrt"
  42. Include "geometry/troncoB-geom.pbrt"
  43. #Trees Leaves
  44. Include "geometry/hojas_a1-geom.pbrt" # tapa ventanas
  45. Include "geometry/hojas_a2-geom.pbrt"
  46. Include "geometry/hojas_a3-geom.pbrt"
  47. Include "geometry/hojas_a4-geom.pbrt"
  48. Include "geometry/hojas_a5-geom.pbrt" # es arriba no se ve en cam9
  49. Include "geometry/hojas_a6-geom.pbrt"
  50. Include "geometry/hojas_a7-geom.pbrt"
  51. Include "geometry/hojas_b2-geom.pbrt" # rama abajo atravezada
  52. Include "geometry/hojas_b3-geom.pbrt"
  53. Include "geometry/hojas_b4-geom.pbrt" # rama abajo atravezada
  54. #Wall Ivy
  55. Include "geometry/enredadera-mat.pbrt"
  56. Include "geometry/enredadera-geom.pbrt"
  57. #Pots
  58. Include "geometry/macetas-mat.pbrt"
  59. Include "geometry/macetas-geom.pbrt"
  60. #Plants
  61. Include "geometry/plantas-mat.pbrt"
  62. Include "geometry/plantas-geom.pbrt"
  63. #Tables Downstairs
  64. Include "geometry/mesas_abajo-mat.pbrt"
  65. Include "geometry/mesas_abajo-geom.pbrt"
  66. #Tables Upstairs
  67. Include "geometry/mesas_arriba-mat.pbrt"
  68. Include "geometry/mesas_arriba-geom.pbrt"
  69. #Table Downstairs open space
  70. Include "geometry/mesas_patio-mat.pbrt"
  71. Include "geometry/mesas_patio-geom.pbrt"
  72. #Silverware
  73. Include "geometry/platos-mat.pbrt"
  74. Include "geometry/platos-geom.pbrt"
  75. WorldEnd