1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # Main Scene File
- LookAt -0.623726 -7.587055 1.204726 -0.623726 -6.587055 1.204728 0.000000 -0.000002 1.000000
- # table view (teacups need smoothing, marble is lame)
- #LookAt 2 -2 4 1.25 0 2.5 0 0 1
- Camera "perspective"
- "float fov" [49.134342077604479]
- Film "image"
- "integer xresolution" [1024]
- "integer yresolution" [1024]
- "string filename" "breakfast-lamps.exr"
- "float scale" 2
- # imgtool convert --bloomscale .025 --bloomlevel 5 breakfast-lamps.exr breakfast-lamps.png
- Sampler "sobol" "integer pixelsamples" 4096
- Integrator "bdpt"
- WorldBegin
- Include "materials.pbrt"
- Include "geometry.pbrt"
- # inside lamps
- AttributeBegin
- Translate .951 1.94 3.90
- AreaLightSource "diffuse" "blackbody L" [5000 500]
- Shape "sphere" "float radius" .1
- AttributeEnd
- AttributeBegin
- Translate -2.191 1.944 3.90
- AreaLightSource "diffuse" "blackbody L" [5000 500]
- Shape "sphere" "float radius" .1
- AttributeEnd
- # extra walls
- AttributeBegin
- NamedMaterial "Paint - White Matt"
- # right: x = -6.5 plane
- Shape "trianglemesh" "integer indices" [0 1 2 0 2 3 ]
- "point P" [ -6.5 -10 -2 -6.5 10 -2 -6.5 10 7 -6.5 -10 7 ]
- # back: y = -9 plane
- Shape "trianglemesh" "integer indices" [0 1 2 0 2 3]
- "point P" [ -10 -9 -2 10 -9 -2 10 -9 7 -10 -9 7 ]
- AttributeEnd
- WorldEnd
|