POV-Ray : Newsgroups : povray.beta-test : Pattern alignment : Pattern alignment Server Time
29 Jul 2024 00:35:03 EDT (-0400)
  Pattern alignment  
From: Chris Cason
Date: 19 Feb 2006 19:11:44
Message: <43f90940$1@news.povray.org>
Just FYI, this scene:

//-------------------------------------------------------------

#version 3.6;

background { colour rgb 0.5 }

camera
{
  location  <0.0, 2.0, -5.0>
  look_at   <0.0, 0.0,  0.0>
  right     x*image_width/image_height
}

plane
{
  y, -1
  pigment { checker color rgb 1 color rgb 0 scale <1000, 1, 1> }
  finish { ambient 0.75 }
}

//-------------------------------------------------------------

will render differently in 3.7 vs 3.6, however I don't consider this to be a
bug (at least not in 3.7). You may come across this issue with other patterns
in real scenes if they are scaled severely (like the above).

-- Chris


Post a reply to this message

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