POV-Ray : Newsgroups : povray.general : POVRay short code contest - voting open : Re: POVRay short code contest - voting open Server Time
3 Aug 2024 12:14:55 EDT (-0400)
  Re: POVRay short code contest - voting open  
From: Dennis Miller
Date: 3 Mar 2004 13:08:21
Message: <40461f15$1@news.povray.org>
Well done!
Will we get to see the code for these works?
Dm

"Rafal 'Raf256' Maj" <spa### [at] raf256com> wrote in message
news:Xns94A12136EC73Draf256com@203.29.75.35...
> pdb### [at] swineduau news:pdb_NOSPAM-
> AC55A9.20192302032004@news.povray.org
>
> >    http://astronomy.swin.edu.au/scc3/entries/
> > I hope you will be pleasantly surprised by the quality of the entries
> > this round. There is no need to rush in with your votes but rather
> > consider them carefully....voting won't close until the 10th.
>
> Thankgs for organizing this :)
>
> Btw ther was a slight bug in "Ruk" entry, the code represents an He atom,
> with 2 electrons on orbit. In final version camera is rotated so that only
> one electron is visible, so I had removed the other one to shorten code.
> But I did removed the wrong one :/
>
> Code is:
>
> camera{blur_samples 999translate-z*10rotate
> 45aperture.03}global_settings{radiosity{count 999}#macro A(T,C)sphere{T
> 1pigment{rgb 1+C}}#end}A(x-y,z)A(z-1x)A(x+y,x)A(-x+y,z)union{
> A(x*8z+x)torus{8 .3}pigment{granite}finish{ambient 7}rotate 85}
>
> and the last line is wrong and should be ofcourse
>
> A(-x*8z+x)torus{8 .3}pigment{granite}finish{ambient 7}rotate 85}
>   ^
>
> because A(x*8, z+x) object is not in field-of-view and does nothing.
>
> This image will not won enything either way, but if You have time to fix
> it...
>
> -- 
> http://www.raf256.com/3d/
> Rafal Maj 'Raf256', home page - http://www.raf256.com/me/
> Computer Graphics


Post a reply to this message

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