POV-Ray : Newsgroups : povray.newusers : Ortho camera help needed : Re: Ortho camera help needed Server Time
29 Jul 2024 20:15:59 EDT (-0400)
  Re: Ortho camera help needed  
From: Mike C
Date: 10 Apr 2005 10:12:24
Message: <42593448@news.povray.org>
"NullVoid" <nomail@nomail> wrote in
news:web.4254061f95e2a3f311f34f480@news.povray.org: 

[snip]
> 
> 000000000011110000000000
> 000000001111111100000000
> 000000111111111111000000
> 000011111111111111110000
> 001111111111111111111100
> 000011111111111111110000
> 000000111111111111000000
> 000000001111111100000000
> 000000000011110000000000
> 
[snip]
> 
> I've only been rotating the first number, and the closest I got so far
> was as the first diagram was, but after I realized my mistake, I kept
> changing
> the rotation, with no luck.

I have no experience with ortho cameras, so don't shoot me if this 
doesn't work, but maybe you want to try:

camera {
  orthographic
  location <0,1,0>  // change the y value to be higher if you want a
      //picture from farther away
  look_at  <0,0,0>
  right 1*x
  up 1*y
  rotate <0,45,0>
}

Maybe it works?

Just my two cents.
-Mike C


Post a reply to this message

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