POV-Ray : Newsgroups : povray.binaries.images : old POV image, PShop enhanced Server Time
19 Aug 2024 18:25:32 EDT (-0400)
  old POV image, PShop enhanced (Message 1 to 5 of 5)  
From: Matt Giwer
Subject: old POV image, PShop enhanced
Date: 15 Oct 2000 17:53:58
Message: <39EA277B.71C17D1C@ij.net>
A lightening plug-in that is. 

-- 
Any activity that can be put at risk of being regulated requires
those involved to become political contributors. The Mafia was 
more honest about it. 
	-- The Iron Webmaster, 115


Post a reply to this message


Attachments:
Download 'towers2bs.jpg' (79 KB)

Preview of image 'towers2bs.jpg'
towers2bs.jpg


 

From: Peter Popov
Subject: Re: old POV image, PShop enhanced
Date: 16 Oct 2000 01:16:00
Message: <te3lus4oc71b7ki8vs691c5rmkb62hrghk@4ax.com>
On Sun, 15 Oct 2000 17:54:03 -0400, Matt Giwer <jul### [at] ijnet> wrote:

>	A lightening plug-in that is. 

Check out Ken's link or the POV Objects Collection, there is at least
one lightning include that I know of. Plus, someone posted some
lightnings a couple o' weeks ago, you might want to check the
scene-files groups for any relevant code that might be posted there.


Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] usanet
TAG      e-mail : pet### [at] tagpovrayorg


Post a reply to this message

From: ian mcdonald
Subject: Re: old POV image, PShop enhanced
Date: 16 Oct 2000 09:14:02
Message: <39eaff1a@news.povray.org>
That is rather nice.
Did you generate the torii manually or with a while loop and sin()?

Matt Giwer <jul### [at] ijnet> wrote in message


Post a reply to this message

From: Matt Giwer
Subject: Re: old POV image, PShop enhanced
Date: 16 Oct 2000 16:31:46
Message: <39EB65BB.5C2C4CC0@ij.net>
ian mcdonald wrote:
> 
> That is rather nice.
> Did you generate the torii manually or with a while loop and sin()?
> 
> Matt Giwer <jul### [at] ijnet> wrote in message

	Three by hand, trial and error, and that group looped. 

#declare i=0; 
#while (i<10)
torus
{
  5+1*i, .5 translate<0,50-10*i,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}
torus
{
  5+.75*i, .75 translate<0,50-10*i-3,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}
torus
{
  5+.5*i, .5 translate<0,50-10*i-6,0>
  texture {pigment {color White} finish{specular 1 ambient .3 phong 2}}
}

#declare i=i+1;
#end


-- 
Talk about establishment of religion it is by case law a fact
that only the US government can speak for god. Religion has 
been established by political persuasion. 
	-- The Iron Webmaster, 168


Post a reply to this message

From: Matt Giwer
Subject: Re: old POV image, PShop enhanced
Date: 16 Oct 2000 16:38:06
Message: <39EB6736.349CD727@ij.net>
Peter Popov wrote:
> 
> On Sun, 15 Oct 2000 17:54:03 -0400, Matt Giwer <jul### [at] ijnet> wrote:
> 
> >       A lightening plug-in that is.
> 
> Check out Ken's link or the POV Objects Collection, there is at least
> one lightning include that I know of. Plus, someone posted some
> lightnings a couple o' weeks ago, you might want to check the
> scene-files groups for any relevant code that might be posted there.

	Worth a shot if I get back to it. Fact is though I had forgotten I had
made this mod to the original until I came across it a couple days ago. 

-- 
If I were told WWII had been conducted in secret,
that all but a few documents had been destroyed,
that those documents were all in code words, and
it took a court to establish that it happened, 
damned right I would be skeptical.
	-- The Iron Webmaster, 32


Post a reply to this message

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