Python and POVRAY

Randall S. Bohn (rando@infonaut.com)
23 Feb 1995 09:27:26 -0700

I am working on a python system that will allow you to create
.pov files. Using objects that mirror POV's graphics primitives,
you build a list of objects (including camera and lights) then
spin the list out to a .pov file. I find I use alot of repetitive
shapes (like fence posts in a fence row) and need to generate
many of them at a time. Python makes this EASY!

I also have a program that rotates a line through space to generate
a solid. I was amazed at how easy it was to hack together using
Python. I am really impressed with this language!