POV-Ray : Newsgroups : povray.binaries.images : Scramble Server Time
4 Oct 2024 15:13:10 EDT (-0400)
  Scramble (Message 1 to 6 of 6)  
From: Gordon
Subject: Scramble
Date: 11 Mar 1999 06:36:49
Message: <36e7aad1.0@news.povray.org>
Hi All,

This is something I did a little while back. If anyone wants something for a
10 year olds birthday card, it might fit the bill?

Regards
Gordon
<gbe### [at] birdcameroncomau>


Post a reply to this message


Attachments:
Download 'Scramble.jpg' (95 KB)

Preview of image 'Scramble.jpg'
Scramble.jpg


 

From: laurent bassompierre
Subject: Re: Scramble
Date: 11 Mar 1999 10:00:16
Message: <36e7da80.0@news.povray.org>
My god !! Where's the pilot ?
I like these planes. What kind of software do you use for them ?
regards
laurent


>Hi All,
>
>This is something I did a little while back. If anyone wants something for
a
>10 year olds birthday card, it might fit the bill?
>
>Regards
>Gordon
><gbe### [at] birdcameroncomau>
>
>
>
>


Post a reply to this message

From: GrimDude
Subject: Re: Scramble
Date: 11 Mar 1999 16:35:51
Message: <36e83737.0@news.povray.org>
Ah! Finally, something I can relate to! :)

Nice image! How ever did you do the flames?

GrimDude
vos### [at] arkansasnet


Post a reply to this message

From: Gordon
Subject: Re: Scramble
Date: 11 Mar 1999 19:14:01
Message: <36e85c49.0@news.povray.org>
Glad you liked it.

The flames were done using halos in POV 3.0. They are two identical flames,
one rotated around the long axis a little to break up the similarity. The
streaks off the wings tips are the same.

All modelled in Moray.

Gordon
GrimDude wrote in message <36e83737.0@news.povray.org>...
>Ah! Finally, something I can relate to! :)
>
>Nice image! How ever did you do the flames?
>
>GrimDude
>vos### [at] arkansasnet
>
>


Post a reply to this message

From: Steve
Subject: Re: Scramble
Date: 12 Mar 1999 14:15:18
Message: <36E965BD.60CE9387@ndirect.co.uk>
I liked this.

Flames out of the jets are amazing especially now you'v explained it.  

Cheers
Steve

Gordon wrote:
> 
> Glad you liked it.
> 
> The flames were done using halos in POV 3.0. They are two identical flames,
> one rotated around the long axis a little to break up the similarity. The
> streaks off the wings tips are the same.
> 
> All modelled in Moray.
> 
> Gordon
> GrimDude wrote in message <36e83737.0@news.povray.org>...
> >Ah! Finally, something I can relate to! :)
> >
> >Nice image! How ever did you do the flames?
> >
> >GrimDude
> >vos### [at] arkansasnet
> >
> >


Post a reply to this message

From: Gordon
Subject: Re: Scramble
Date: 12 Mar 1999 19:43:00
Message: <36e9b494.0@news.povray.org>
Steve wrote in message +ADw-36E965BD.60CE9387+AEA-ndirect.co.uk+AD4-...
+AD4-I liked this.
+AD4-
+AD4-Flames out of the jets are amazing especially now you'v explained it.
+AD4-
+AD4-Cheers
+AD4-Steve
Here's the code for the flame objects. Remember, this is POV 3.0, wont work
in POV 3.1. If you want to animate the flames, try varying the turbulence in
the two halos. Make the first go from 0.5 to 2.0 and back to 0.5, and the
second go 2.0 - 0.5 - 2.0 and I think you'll get a reasonable effect.

sphere +AHs- 0, 1
  pigment +AHs- color rgbt +ADw-1, 1, 1, 1+AD4- +AH0-
  halo +AHs-
    emitting
    spherical+AF8-mapping
    linear
    turbulence 2
    color+AF8-map +AHs-
      +AFs- 0.0 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
      +AFs- 0.2 color rgbt +ADw-1, 1, 0, -1.0+AD4- +AF0-
      +AFs- 0.4 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
      +AFs- 0.6 color rgbt +ADw-1, 1, 0, -1.0+AD4- +AF0-
      +AFs- 1.0 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
    +AH0-
    frequency 2
    samples 20
    scale 0.5
  +AH0-
  halo +AHs-
    emitting
    spherical+AF8-mapping
    linear
    turbulence 0.5
    color+AF8-map +AHs-
      +AFs- 0.0 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
      +AFs- 0.2 color rgbt +ADw-1, 1, 0, -1.0+AD4- +AF0-
      +AFs- 0.4 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
      +AFs- 0.9 color rgbt +ADw-1, 1, 0, 0.3+AD4- +AF0-
      +AFs- 1.0 color rgbt +ADw-1, 0, 0,  1.0+AD4- +AF0-
    +AH0-
    frequency 2
    samples 20
    scale 0.5
  +AH0-
  hollow
  scale +ADw-2.8,40,2.3+AD4-
  rotate +ADw-0,0,90+AD4-
+AH0-

Enjoy,
Gordon

+AD4-
+AD4-Gordon wrote:
+AD4APg-
+AD4APg- Glad you liked it.
+AD4APg-
+AD4APg- The flames were done using halos in POV 3.0. They are two identical
flames,
+AD4APg- one rotated around the long axis a little to break up the similarity. The
+AD4APg- streaks off the wings tips are the same.
+AD4APg-
+AD4APg- All modelled in Moray.
+AD4APg-
+AD4APg- Gordon
+AD4APg- GrimDude wrote in message +ADw-36e83737.0+AEA-news.povray.org+AD4-...
+AD4APg- +AD4-Ah+ACE- Finally, something I can relate to+ACE- :)
+AD4APg- +AD4-
+AD4APg- +AD4-Nice image+ACE- How ever did you do the flames?
+AD4APg- +AD4-
+AD4APg- +AD4-GrimDude
+AD4APg- +AD4-vossman+AEA-arkansas.net
+AD4APg- +AD4-
+AD4APg- +AD4-


Post a reply to this message

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