Skip to content

Commit

Permalink
Add an example of an open cylinder to the cylinder example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Lundblad committed Jan 17, 2013
1 parent 1519dcd commit 7f52bad
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions data/example10.pov.in
Expand Up @@ -9,9 +9,16 @@ light_source {
}

cylinder {
-y/2 * 3 + 12 * z,
y/2 * 3 + 6 * z,
-y/2 * 3 - x * 2 + 12 * z,
y/2 * 3 - x * 2 + 6 * z,
1
pigment { color rgb <0, 0, 1> }
}

cylinder {
-y/2 * 3 + x * 2 + 12 * z,
y/2 * 3 + x * 2 + 6 * z,
1
open
pigment { color rgb <0, 0, 1> }
}

0 comments on commit 7f52bad

Please sign in to comment.