diff options
Diffstat (limited to 'hacks/images/bubbles/glass.pov')
| -rw-r--r-- | hacks/images/bubbles/glass.pov | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/hacks/images/bubbles/glass.pov b/hacks/images/bubbles/glass.pov deleted file mode 100644 index c189771..0000000 --- a/hacks/images/bubbles/glass.pov +++ /dev/null @@ -1,27 +0,0 @@ -#include "colors.inc" -#include "shapes.inc" -#include "textures.inc" - -/* The following make the field of view as wide as it is high - * Thus, you should have the -W and -H command line options - * equal to each other. */ -camera { - location <5.8, 0, 0> - up <0, 1, 0> - right <1, 0, 0> - look_at <0, 0, 0> -} - -sphere { - <0,0,0>, 2.5 - texture { Glass - scale <0.7, 0.7, 0.7> - rotate y*clock - normal {bumps 0.4 scale 0.1} - finish { Shiny } -# finish { phong 0.4 } - } -} - -light_source {<6, 7, 0> color White} -light_source {<6.1, 1, 0> color Blue} |
