Skip to content

Commit

Permalink
Renamed scene file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kintaro committed Mar 20, 2010
1 parent 8afd7bf commit 0b5b6a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Scenes/bunny.hsf → Scenes/stanford.hsf
@@ -1,4 +1,4 @@
Film "Image" "integer xresolution" [50] "integer yresolution" [50]
Film "Image" "integer xresolution" [100] "integer yresolution" [100]
LookAt 0 .2 .2 -.02 .1 0 0 1 0
Camera "Perspective" "float fov" [60]
#Accelerator "KdTree"
Expand All @@ -20,13 +20,13 @@ AttributeEnd
Material "Mirror"
Shape "TriangleMesh" "point P" [ -1 0 -0.1 1 0 -0.1 1 1 -0.1 -1 1 -0.1 ]
"integer indices" [ 0 1 2 2 3 0]
Material "Matte"
Material "Matte" "color Kd" [.4 .4 .3]
Shape "TriangleMesh" "point P" [ -1 0 0.25 1 0 0.25 1 1 0.5 -1 1 0.25 ]
"integer indices" [ 0 1 2 2 3 0]
Material "Mirror"
Material "Matte" "color Kd" [.4 .3 .3]
Shape "TriangleMesh" "point P" [ -0.15 0 0.25 -0.15 0 -0.25 -0.15 1 -0.25 -0.15 1 0.25 ]
"integer indices" [ 0 1 2 2 3 0]
Material "Matte"
Material "Matte" "color Kd" [.3 .4 .5]
Shape "TriangleMesh" "point P" [ 0.15 0 0.25 0.15 0 -0.25 0.15 1 -0.25 0.15 1 0.25 ]
"integer indices" [ 0 1 2 2 3 0]

Expand All @@ -43,6 +43,7 @@ Shape "TriangleMesh" "point P" [ -1 2 -0.5 1 2 -0.5 1 2 0.5 -1 2 0.5 ]

AttributeBegin
Translate 0 -.033 0
#Material "Glass"
Material "Subsurface" "color Kr" [.5 .5 .8] "color sigma_a" [.3 .3 .8]
Shape "TriangleMesh"
"point P" [
Expand Down

0 comments on commit 0b5b6a1

Please sign in to comment.