12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- Film "image"
- "integer xresolution" 1920
- "integer yresolution" 1080
- "string filename" "p3d_dragon-view0.rawls"
- Sampler "random" "integer pixelsamples" [ 64 ]
- Integrator "path" "integer maxdepth" [ 65 ]
- #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
|