POV-Ray : Newsgroups : povray.newusers : smoothness of ellipsoids : smoothness of ellipsoids Server Time
29 Jul 2024 18:31:04 EDT (-0400)
  smoothness of ellipsoids  
From: Michael
Date: 25 Apr 2005 13:00:01
Message: <web.426d21d9e2399406152aee5a0@news.povray.org>
Hi,

I am trying to make a small figure with 7 ellipsoids.Unfortunately, the
boundaries of my ellipsoids are not really smooth.

My source code is basically:

#include "colors.inc"
//-----------------------------------------//
  background { color White }
  camera {
    location <0, 0,15>
    look_at  <0,0,-1>
  }

  light_source { <15, 15, 19> color White}
//-----------------------------------------//

  quadric {
    <8/9, 1/49, 1/6>,
    <0, 0, 0>,
    <0, 0, 0>,
    -1
  texture {pigment { color rgb <1,0,0> }}
  }
//-----------------------------------------//

I am on Mac OS X and use POV-Ray 3.6.0

Sorry, but I couldn't find any help on the web, but I think that I probably
"just" need to increase some "magic number".

Can anyone please help me?
Michael


Post a reply to this message

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