|
 |
"Zeger Knaepen" <zeg### [at] povplace com> wrote:
> I mean: as it is now, POV-SDL has a C-like syntax. I think it would be a
> very bad idea to change the POV-SDL into a BASIC-like syntax, or a
> Python-like syntax
hey, how about pretty much no syntax at all?
(union (plane y (pigment (checker 0 1)))
(sphere 0 1
(texture (pigment (rgb x))
(finish (phong 0.8 30)))))
(light-source white (* 5 #(-1 1 -1)))
(camera (z -3) 0)
well, except for Lots of Irritating Silly Parentheses, that is... :)
Post a reply to this message
|
 |