POV-Ray : Newsgroups : povray.newusers : Help for a college class : Re: Help for a college class Server Time
2 Jul 2024 11:02:36 EDT (-0400)
  Re: Help for a college class  
From: StephenS
Date: 22 Mar 2011 19:45:00
Message: <web.4d89344ffb2c9d4af578c0570@news.povray.org>
"Holly" <hol### [at] msncom> wrote:
....
> 15. Change the position of each sphere from <0,0,0> to a different position,
....
> sphere {              // reflective sphere
>   <3.0,3.0,3.02> 1
....
The numbers for the sphere do not need to be the same.
You can use:

sphere {              // reflective sphere
  <-2,0,3> 1

for example. This should still be visable in the picture.

Stephen S


Post a reply to this message

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