POV-Ray : Newsgroups : povray.binaries.images : Demo of Torii Sphere (jpg ~120k) : Re: Demo of Torii Sphere (jpg ~120k) Server Time
5 Oct 2024 03:21:14 EDT (-0400)
  Re: Demo of Torii Sphere (jpg ~120k)  
From: Ken
Date: 26 Jan 1999 04:00:36
Message: <36AD841D.35350279@pacbell.net>
Stephen Lavedas wrote:
> 
> This is FAR from perfect, but it is a start towards what was requested I
> believe.  (look in Text.scene-files)
> 
> Steve

May be far from perfect but it has potential. I did some
substituting and achieved some interesting results. The
code changes are listed below. They are simple changes
but illustrate what you can do with a little imagination.

#declare Ring = 

With Cylinders
merge{
cylinder{x*-.78,x*.78,mRadius}
sphere  { <-.8,0,0>,mRadius}
sphere  { < .8,0,0>,mRadius}}

With Boxes
box{-1,1 scale mRadius}

With Spheres
sphere{<0,0,0>,mRadius*2.25}

Original:
torus {mRadius, mRadius/15}

Don't forget to see the images below :)


-- 
Ken Tyler

tyl### [at] pacbellnet


Post a reply to this message


Attachments:
Download 'cball1.jpg' (7 KB) Download 'cball2.jpg' (7 KB) Download 'cball3.jpg' (7 KB)

Preview of image 'cball1.jpg'
cball1.jpg

Preview of image 'cball2.jpg'
cball2.jpg

Preview of image 'cball3.jpg'
cball3.jpg


 

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