12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- Film "image" "integer xresolution" [1200] "integer yresolution" [900]
- "string filename" "f11-15.exr"
- Sampler "sobol" "integer pixelsamples" [8192]
- #Sampler "sobol" "integer pixelsamples" [128]
- #Sampler "sobol" "integer pixelsamples" [4]
- LookAt 0 -6 3 0 0 0 0 0 1
- Camera "perspective" "float fov" 40
- Integrator "path"
- 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
- Translate .4 0 0
- AttributeBegin
- Translate -2.1 0 0
- Material "subsurface" "string name" "Ketchup"
- "float uroughness" [0.05] "float vroughness" [0.05]
- "bool remaproughness" ["false"]
- Shape "sphere" "float radius" 1
- AttributeEnd
- AttributeBegin
- # front left
- Translate .25 -.5 0
- Material "subsurface" "string name" "Apple"
- "float uroughness" [0.05] "float vroughness" [0.05]
- "bool remaproughness" ["false"]
- Shape "sphere" "float radius" 1
- AttributeEnd
- AttributeBegin
- Translate -1 3 0
- # back rightn
- Material "subsurface" "string name" "Skin1"
- "float uroughness" [0.05] "float vroughness" [0.05]
- "bool remaproughness" ["false"]
- Shape "sphere" "float radius" 1
- AttributeEnd
- AttributeBegin
- Translate 2 2.25 0
- # back left
- Material "subsurface" "string name" "Coke"
- "float uroughness" [0.05] "float vroughness" [0.05]
- "bool remaproughness" ["false"]
- Shape "sphere" "float radius" 1
- AttributeEnd
- AttributeBegin
- Material "plastic" "color Kd" [.1 .1 .1]
- "color Ks" [.7 .7 .7] "float roughness" .1
- Translate 0 0 -1
- Shape "trianglemesh"
- "point P" [ -30 -30 0 30 -30 0 30 30 0 -30 30 0 ]
- "float uv" [ 0 0 1 0 1 1 0 1 ]
- "integer indices" [ 0 1 2 2 3 0]
- AttributeEnd
- WorldEnd
|