diff options
| author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
| commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
| tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/images/bubbles/jade.pov | |
| parent | Delete pre-6.00 files (diff) | |
| download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip | |
Diffstat (limited to 'hacks/images/bubbles/jade.pov')
| -rw-r--r-- | hacks/images/bubbles/jade.pov | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/hacks/images/bubbles/jade.pov b/hacks/images/bubbles/jade.pov deleted file mode 100644 index 7c1cb02..0000000 --- a/hacks/images/bubbles/jade.pov +++ /dev/null @@ -1,24 +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 { Jade - scale <0.7, 0.7, 0.7> - rotate y*clock } - finish { phong 0.4 } -} - -light_source {<6, 1, 0> color White} -light_source {<6.1, 1, 0> color White} |
