12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- # Gtool Exporter Ver. 1.00 for pbrt v2.0 Render, www.pbrt.org
- # Created by Guillermo M. Leal LLaguno, g.llaguno@evvisual.com, www.evvisual.com
- # Exported on: 12/22/2009 12:31:08 AM
- Scale -1 1 1 # account for fixed lookat bug...
- # Camera Camera20
- LookAt 6.18231 -5.32462 7.12809
- 6.91043 -4.63988 7.09695
- 0.022689 0.0213372 0.999515
- Camera "perspective"
- "float fov" [81.2026]
- "float shutteropen" [0.0]
- "float shutterclose" [1.0]
- "float lensradius" [0.0]
- "float focaldistance" [1e+006]
- Film "image"
- "integer xresolution" [1600]
- "integer yresolution" [1066]
- "float cropwindow" [.025 .975 0 1]
- "string filename" "sanmiguel_cam20.exr"
- Sampler "halton" "integer pixelsamples" 2048
- Integrator "bdpt"
- WorldBegin
- # Enviorment
- AttributeBegin
- Rotate 198.0 0 0 1
- LightSource "infinite"
- "integer nsamples" [4]
- "color scale" [13.0 13.0 13.0]
- "string mapname" ["textures/RenoSuburb01_sm.exr"]
- AttributeEnd
- # ***** Lights *****
- # ***** End Lights *****
- #Main File
- Include "geometry/sanmiguel-mat.pbrt"
- Include "geometry/sanmiguel-geom.pbrt"
- #Trees
- Include "geometry/arbol-mat.pbrt"
- Include "geometry/troncoA-geom.pbrt"
- Include "geometry/troncoB-geom.pbrt"
- #Trees Leaves
- Include "geometry/hojas_a1-geom.pbrt" # tapa ventanas
- Include "geometry/hojas_a2-geom.pbrt"
- Include "geometry/hojas_a3-geom.pbrt"
- Include "geometry/hojas_a4-geom.pbrt"
- Include "geometry/hojas_a5-geom.pbrt" # es arriba no se ve en cam9
- Include "geometry/hojas_a6-geom.pbrt"
- Include "geometry/hojas_a7-geom.pbrt"
- Include "geometry/hojas_b2-geom.pbrt" # rama abajo atravezada
- Include "geometry/hojas_b3-geom.pbrt"
- Include "geometry/hojas_b4-geom.pbrt" # rama abajo atravezada
- #Wall Ivy
- Include "geometry/enredadera-mat.pbrt"
- Include "geometry/enredadera-geom.pbrt"
- #Pots
- Include "geometry/macetas-mat.pbrt"
- Include "geometry/macetas-geom.pbrt"
- #Plants
- Include "geometry/plantas-mat.pbrt"
- Include "geometry/plantas-geom.pbrt"
- #Tables Downstairs
- Include "geometry/mesas_abajo-mat.pbrt"
- Include "geometry/mesas_abajo-geom.pbrt"
- #Tables Upstairs
- Include "geometry/mesas_arriba-mat.pbrt"
- Include "geometry/mesas_arriba-geom.pbrt"
- #Table Downstairs open space
- Include "geometry/mesas_patio-mat.pbrt"
- Include "geometry/mesas_patio-geom.pbrt"
- #Silverware
- Include "geometry/platos-mat.pbrt"
- Include "geometry/platos-geom.pbrt"
- WorldEnd
|