POV-Ray : Newsgroups : povray.beta-test : Bug in omnimax camera Server Time
16 Apr 2024 16:41:23 EDT (-0400)
  Bug in omnimax camera (Message 1 to 2 of 2)  
From: Bonsai
Subject: Bug in omnimax camera
Date: 3 May 2005 07:10:19
Message: <42775c1b$1@news.povray.org>
Hi,

sorry it's me again.

With the new fixed version of POV-Ray 3.7 beta 3 I got an distorted 
output, when I use the omnimax camera:

//--[BEGIN]--//
camera {
   omnimax
   location <-5,5,-5>
   look_at  <0,2,0>
   right    x*image_width/image_height
}

light_source {
     <0, 10, 0>
     color rgb 1
}

plane {
         y, -1
         pigment {rgb 1}
}

sphere {
     <0, 2, 0>, 2
     pigment { color rgb 1 }
}
//--[END]--//

My configuration is the same:
Suse Linux running Windows 2000 in VMWare on an Athlon XP 3200+

So, I better shut up for today... ;-)

So long,

Bonsai

-- 
<--------------------------->
    ___ __ __  _ ___ ___  _
   | _ )  \  \( )  _) _ )( )
   | _ \() |\ \ |\ \/ _ \| |
   |___/__/_)\__)___)/ \_)_)

        www.b0n541.net
<--------------------------->


Post a reply to this message

From: Chris Cason
Subject: Re: Bug in omnimax camera
Date: 3 May 2005 10:15:07
Message: <4277876b$1@news.povray.org>
This is fixed, thanks. It was actually two different issues.

Also the same problem applied to several other cameras such as spherical.

thanks,

-- Chris

N.B. there is a different (and rather obvious if you try it) issue with
camera normal which can be considered reported.


Post a reply to this message

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