POV-Ray : Newsgroups : povray.binaries.animations : Gouraud-shading : Re: Gouraud-shading Server Time
19 Jul 2024 15:18:29 EDT (-0400)
  Re: Gouraud-shading  
From: Zeger Knaepen
Date: 12 Sep 2002 19:48:29
Message: <3d8127cd@news.povray.org>
> I don't really understand why you are doing this, in POVRay that
> is? Seems to me more something of interest to demo coders (a
> couple of years back).
> Or is it just for fun's sake?
just for fun indeed.

> I must say that you got it working though, looks exactly like
> the effect in old modeX demo's (which is crappy compared to the
> radiosity & photon enhanced images we get here but was quite
> stunning in the real time animated demos).
Like I said: it wasn't my intention to create a good looking effect, just a
useless but interesting (at least, I thought so) effect.

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf


Post a reply to this message

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