POV-Ray : Newsgroups : povray.general : non spherical sphere : non spherical sphere Server Time
29 Jul 2024 18:16:41 EDT (-0400)
  non spherical sphere  
From: daedalouse
Date: 30 Nov 2010 11:35:01
Message: <web.4cf52768a337373dcbe06a8f0@news.povray.org>
Hi everybody,

I have the following toy scene, but it does not produce the correct output: the
sphere is not a sphere but an egg! what am I doing wrong? anyone help me?

thanks!

here the scene:

#include "colors.inc"
#include "stones.inc"
#include "woods.inc"
#include "textures.inc"
background { color White}
camera {
 location <50,0,0>
  look_at <0,0,0>}
light_source {
   <20, 0, 0> color White
}


sphere {
<0,0,0> , 21
pigment {
color rgbt <1,1,1,0.7> }}


Post a reply to this message

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