summaryrefslogtreecommitdiff
path: root/tests/examplefiles/sphere.pov
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/sphere.pov')
-rw-r--r--tests/examplefiles/sphere.pov18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/examplefiles/sphere.pov b/tests/examplefiles/sphere.pov
deleted file mode 100644
index 847ed451..00000000
--- a/tests/examplefiles/sphere.pov
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "colors.inc"
-
-background { color Cyan }
-
-camera {
- location <0, 2, -3>
- look_at <0, 1, 2>
-}
-
-sphere {
- <0, 1, 2>, 2
- texture {
- pigment { color Yellow }
- }
-}
-
-light_source { <2, 4, -3> color White}
-