POV-Ray : Newsgroups : povray.general : POVRay short code contest - voting open : Re: POVRay short code contest - voting open Server Time
3 Aug 2024 12:21:44 EDT (-0400)
  Re: POVRay short code contest - voting open  
From: Rafal 'Raf256' Maj
Date: 2 Mar 2004 21:16:35
Message: <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.