123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- Film "image"
- "integer xresolution" [900] "integer yresolution" [900]
- "string filename" "bump-sphere.exr"
- Sampler "halton" "integer pixelsamples" [512]
- LookAt 0 3 8 0 .8 0 0 1 0
- Camera "perspective" "float fov" [22]
- WorldBegin
- AttributeBegin
- CoordSysTransform "camera"
- AreaLightSource "area" "color L" [12 12 12 ]
- Translate 0 2 -10
- Material "matte" "color Kd" [ 0 0 0 ]
- Shape "disk" "float radius" [3]
- AttributeEnd
- AttributeBegin
- AreaLightSource "area" "color L" [2 2 2]
- Translate 0 10 2
- Rotate 90 1 0 0
- Material "matte" "color Kd" [ 0 0 0 ]
- Shape "disk" "float radius" [10]
- AttributeEnd
- AttributeBegin
- Material "matte" "color Kd" [.8 .8 .8 ]
- Shape "trianglemesh" "integer indices" [ 0 1 2 2 0 3 ]
- "point P" [-10 0 -10 10 0 -10 10 0 10 -10 0 10 ]
- Shape "trianglemesh" "integer indices" [ 0 1 2 2 0 3 ]
- "point P" [-10 0 -10 10 0 -10 10 9 -10 -10 9 -10 ]
- Shape "trianglemesh" "integer indices" [ 0 1 2 2 0 3 ]
- "point P" [-10 0 -10 -10 0 10 -10 9 10 -10 9 -10 ]
- AttributeEnd
- Texture "bump" "float" "imagemap" "string filename" ["textures/lines.png"]
- Texture "sbump" "float" "scale" "texture tex1" "bump" "float tex2" [-.1]
- Material "uber" "color Kd" [.8 .7 .4 ] "color Ks" [.05 .05 .05]
- "float roughness" [.01] "texture bumpmap" "sbump"
- AttributeBegin
- Translate 0 1 0
- Rotate 60 1 1 1
- Shape "sphere"
- AttributeEnd
- WorldEnd
|