POV-Ray : Newsgroups : povray.binaries.images : A break from my IRTC entry Server Time
15 Aug 2024 10:17:57 EDT (-0400)
  A break from my IRTC entry (Message 1 to 6 of 6)  
From: Kevin Loney
Subject: A break from my IRTC entry
Date: 1 Jun 2002 13:08:08
Message: <3cf8ff78@news.povray.org>
I decided to take a bit of a break and came up with this, I don't think I'm
going to develop it further, but it looks cool on my desktop.

--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL


Post a reply to this message


Attachments:
Download 'jets-(1280x1024).jpg' (246 KB)

Preview of image 'jets-(1280x1024).jpg'
jets-(1280x1024).jpg


 

From: Francois Labreque
Subject: Re: A break from my IRTC entry
Date: 1 Jun 2002 13:36:15
Message: <3CF905F9.8040503@videotron.ca>
Kevin Loney wrote:
> I decided to take a bit of a break and came up with this, I don't think I'm
> going to develop it further, but it looks cool on my desktop.

Not spherical enough.  Not checkered enough.

But cool nonetheless.

;)


-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{location<6,1.25,-6>look_at a orthographic}


Post a reply to this message

From: Jamie Davison
Subject: Re: A break from my IRTC entry
Date: 1 Jun 2002 14:49:09
Message: <MPG.176327d6b58d24b989b54@news.povray.org>
On Sat, 1 Jun 2002 11:05:15 -0600, Kevin Loney wrote...
> I decided to take a bit of a break and came up with this, I don't think I'm
> going to develop it further, but it looks cool on my desktop.

Oo!  Pretty shiny things!

:)

Jamie.


Post a reply to this message

From: Hugo
Subject: Re: A break from my IRTC entry
Date: 1 Jun 2002 15:27:29
Message: <3cf92021@news.povray.org>
>it looks cool on my desktop.

Yes it does! (ehh, I don't know about your desktop but...)  My screen
resolution is only 800x600 however... How did you make the beams?


Regards,
Hugo


Post a reply to this message

From: Kevin Loney
Subject: Re: A break from my IRTC entry
Date: 1 Jun 2002 18:05:07
Message: <3cf94513$1@news.povray.org>
The exhaust from the rockets is made with spheres full of emission media

#declare Rocket_Exhaust = difference {
 sphere {
  0, 1
 }
 cylinder {
  -1 * x, 0 * x, 1
 }
 material {
  texture {
   pigment {
    rgbt 1
   }
  }
  interior {
   media {
    emission Exhaust_Color * 5
    samples 10, 10
    density {
     spherical
     poly_wave 2
    }
   }
  }
 }
 hollow
 scale <10, .75, .75>
}


--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL


Post a reply to this message

From: Sir Charles W  Shults III
Subject: Re: A break from my IRTC entry
Date: 1 Jun 2002 19:21:20
Message: <3cf956f0$1@news.povray.org>
Thanks, Kevin.  That's a nice simple exhaust plume.

Cheers!

Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip


Post a reply to this message

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