POV-Ray : Newsgroups : povray.unofficial.patches : small mp bug : small mp bug Server Time
1 Sep 2024 20:22:07 EDT (-0400)
  small mp bug  
From: Tom Melly
Date: 24 Nov 2000 11:31:14
Message: <3a1e97d2$1@news.povray.org>
Hi,

the following renders fine in pov 3.1, but a small artifact appears on the
top-middle of the super elip. in megapov 0.6a. I'm using win2000 - any
thoughts?

// buggy code

#include "colors.inc"

camera{location<0,1,-20> look_at 0}
light_source{<5,5,-20> color 2}

#declare bug_block =
superellipsoid {
  <0.25, 0.25>
  scale <5,6.75,2>
  translate y*-2.25
  pigment{Gray50}
}

object{bug_block translate y*2}


Post a reply to this message

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