POV-Ray : Newsgroups : povray.newusers : Why that circles? : Why that circles? Server Time
6 Sep 2024 10:11:52 EDT (-0400)
  Why that circles?  
From: Aldo Colombo
Date: 29 Aug 1998 00:24:35
Message: <35E7740A.A90AD0F0@dialup.com.ar>
Hi,
I trace a single sphere (code below, taken from POV tutorial) and I see
circles (i.e. the illumination seems not to be even, or...?). Anyone
know why?
Also: I heard about Texture Magic which might interest me, any further
info?
Thanks,
Al

#include "colors.inc"
camera {
    location <0, 1, -10>
    look_at 0
    angle 36
  }
light_source { <500, 500, -1000> White }
sphere { <0, 0, 0>, 1
    pigment { Red }
    translate 0.5*x
  }


Post a reply to this message

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