1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- LookAt 400 20 30 0 63 -110 0 0 1
- Rotate -5 0 0 1
- Camera "perspective" "float fov" [39]
- Film "image"
- "integer xresolution" [1024] "integer yresolution" [1024]
- "string filename" "killeroo-moving.exr"
- # zoom in by feet
- # "integer xresolution" [1500] "integer yresolution" [1500]
- # "float cropwindow" [ .34 .49 .67 .8 ]
- Sampler "halton" "integer pixelsamples" [64]
- Integrator "directlighting"
- WorldBegin
- AttributeBegin
- Material "matte" "color Kd" [0 0 0]
- Translate 150 0 20
- Translate 0 120 0
- AreaLightSource "area" "color L" [2000 2000 2000] "integer nsamples" [8]
- Shape "sphere" "float radius" [3]
- AttributeEnd
- AttributeBegin
- Material "matte" "color Kd" [.5 .5 .8]
- Translate 0 0 -140
- Shape "trianglemesh" "point P" [ -1000 -1000 0 1000 -1000 0 1000 1000 0 -1000 1000 0 ]
- "float uv" [ 0 0 5 0 5 5 0 5 ]
- "integer indices" [ 0 1 2 2 3 0]
- Shape "trianglemesh" "point P" [ -400 -1000 -1000 -400 1000 -1000 -400 1000 1000 -400 -1000 1000 ]
- "float uv" [ 0 0 5 0 5 5 0 5 ]
- "integer indices" [ 0 1 2 2 3 0]
- AttributeEnd
- AttributeBegin
- Scale .5 .5 .5
- Rotate -60 0 0 1
- Material "plastic" "color Kd" [.4 .2 .2] "color Ks" [.5 .5 .5]
- "float roughness" [.025]
- Translate 100 200 -140
- ActiveTransform StartTime
- Translate 35 35 35
- AttributeBegin
- Include "geometry/killeroo.pbrt"
- AttributeEnd
- Material "plastic" "color Ks" [.3 .3 .3] "color Kd" [.4 .5 .4]
- "float roughness" [.15]
- AttributeBegin
- ActiveTransform StartTime
- Translate 30 0 0
- ActiveTransform All
- Translate -200 0 0
- Include "geometry/killeroo.pbrt"
- AttributeEnd
- AttributeEnd
- WorldEnd
|