POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov : Re: MegaPov Bugs Server Time
2 Sep 2024 22:17:39 EDT (-0400)
  Re: MegaPov Bugs  
From: Nathan Kopp
Date: 10 Dec 1999 21:51:42
Message: <3851bc3e@news.povray.org>
Ken <tyl### [at] pacbellnet> wrote...
>
> This does not work
>
> camera {
> location < 0.0, 5, -2.5 >
> #declare image_height = 240;
> #declare image_width =  320;
> up image_height*y
> right image_width*x
> angle 35
> look_at < 0.0, 0.0, 0.0 >
> }

Oops!!!

That's from when I first tried to test some SuperPatch demos... I had not
yet incorporated the image_height and image_width patches, so I had to
#declare the variables to get the scenes to parse correctly.  If you just
delete the two #declare statements (or four for that one scene), things will
work fine.

-Nathan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.