POV-Ray : Newsgroups : povray.general : M&M's models : Re: M&M's models Server Time
8 Aug 2024 22:15:34 EDT (-0400)
  Re: M&M's models  
From: Chris Huff
Date: 20 Sep 2000 19:34:10
Message: <chrishuff-4472A6.18361420092000@news.povray.org>
In article <39C8C8CF.514114C5@alleganisd.org>, cro### [at] alleganisdorg 
wrote:

> Just make a flattened sphere, something like this: 
> sphere { <1,.3,1> 1 color Red }

That isn't a flattened sphere...perhaps you meant:
sphere {< 0, 0, 0>, 1
    pigment {color Red}
    scale < 1, 0.3, 1>
}

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

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