1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- Film "image" "integer xresolution" [800] "integer yresolution" [800]
- "string filename" "f8-4b.exr"
- Sampler "halton" "integer pixelsamples" [8]
- Sampler "halton" "integer pixelsamples" [256]
- Sampler "halton" "integer pixelsamples" [4096]
- Integrator "path" "integer maxdepth" 1000
- #Integrator "bdpt" "integer maxdepth" 10
- #Integrator "mlt" "integer mutationsperpixel" 1024 "integer maxdepth" 9
- #Integrator "sppm" "integer numiterations" [128] "float radius" [5]
- #LookAt 400 -400 400 0 80 -50 0 0 1
- #LookAt 277 -240 250 0 80 -50 0 0 1
- LookAt 277 -240 250 0 60 -30 0 0 1
- Camera "perspective" "float fov" [33]
- WorldBegin
- AttributeBegin
- Rotate 90 0 0 1
- Rotate -90 1 0 0
- LightSource "infinite" "string mapname"
- "textures/20060807_wells6_hd.exr" "color scale" [2.5 2.5 2.5]
- AttributeEnd
- AttributeBegin
- #Material "matte" "color Kd" [.7 .7 .7]
- #Material "mirror" "color Kr" [ .7 .7 .7 ]
- Texture "lines" "color" "imagemap" "string filename" "textures/lines.exr"
- Material "plastic"
- "color Kd" [.1 .1 .1]
- # "texture Kd" "lines"
- "color Ks" [.7 .7 .7] "float roughness" .1
- #Material "mirror"
- Translate 0 0 -40
- Shape "trianglemesh"
- "point P" [ -1000 -1000 0 1000 -1000 0 1000 1000 0 -1000 1000 0 ]
- "integer indices" [ 0 1 2 2 3 0]
- AttributeEnd
- AttributeBegin
- Rotate -53 0 1 0
- Material "plastic" "color Kd" [.4 .4 .4] "color Ks" [.4 .4 .4]
- "float roughness" .03
- #ReverseOrientation
- #Material "mirror"
- Material "glass" "color Kr" [0 0 0]
- Shape "plymesh" "string filename" "geometry/dragon_remeshed.ply"
- AttributeEnd
- WorldEnd
|