POV-Ray : Newsgroups : povray.beta-test : chess2.pov : chess2.pov Server Time
30 Jul 2024 10:24:06 EDT (-0400)
  chess2.pov  
From: Jérôme Grimbert
Date: 20 Nov 2001 12:58:11
Message: <3BFA9B0D.3B7CC44B@free.fr>
There is a small bug in chess2.pov
 (scenes\advanced\chess2.pov) :

the ear of the knight had been cut.

correction:

      union {
         plane { y, 0
            rotate -45*z
         }
         plane { y, 0
            rotate 45*z
         }
         translate 9*y
      }

instead of:

      union {
         plane { y, 0
            rotate -45*y
         }
         plane { y, 0
            rotate 45*z
         }
         translate 9*y
      }


in the definition of the Knight.
(Because rotating a y-plane around y is really a non-sense)

Ob: Povray 3.5 beta 7.icl.win32, Windows 98, Pentium MMX, 256 Mo


Post a reply to this message

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