diff options
| author | thatch <thatch@localhost> | 2008-08-05 12:50:38 -0700 |
|---|---|---|
| committer | thatch <thatch@localhost> | 2008-08-05 12:50:38 -0700 |
| commit | 795b94e9fbfaeb050ab82e910017be2ebf15cf3a (patch) | |
| tree | c41a11ad5389d4368092280bff36f10d1c4354d6 /tests/examplefiles/sphere.pov | |
| parent | 51479d8ae3f407d63ab346e28df3d326b1d7de88 (diff) | |
| download | pygments-git-795b94e9fbfaeb050ab82e910017be2ebf15cf3a.tar.gz | |
POV-Ray lexer provided by pi31 on the irc channel. Clsoes #348.
Diffstat (limited to 'tests/examplefiles/sphere.pov')
| -rw-r--r-- | tests/examplefiles/sphere.pov | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/examplefiles/sphere.pov b/tests/examplefiles/sphere.pov new file mode 100644 index 00000000..847ed451 --- /dev/null +++ b/tests/examplefiles/sphere.pov @@ -0,0 +1,18 @@ +#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} + |
