|
 |
Ken <tyl### [at] pacbell net> 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
|
 |