POV-Ray : Newsgroups : povray.general : Annoying problem with a rocket exhaust plume : Re: Annoying problem with a rocket exhaust plume Server Time
3 Aug 2024 04:17:11 EDT (-0400)
  Re: Annoying problem with a rocket exhaust plume  
From: "Jérôme M. Berger"
Date: 7 May 2004 13:24:37
Message: <409bc655$1@news.povray.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

	MegaPov 0.7 includes a new type of emitting media that was designed
specifically for this kind of situation: look at this image for an
example:
http://jeberger.free.fr/mpov/emission3.png

	Both media were done with the following code:
~  interior {
~    media {
~      emission { 2, color rgb 1 extinction 2 }
~      method 3
~      intervals 1
~      samples 5, 5
~      density {
	spherical
	color_map {
	  [ 0.0 rgb 0.0 ]
	  [ 0.5 rgb <1.0, 0.0, 0.0> ]
	  [ 1.0 rgb <0.0, 1.0, 0.0> ]
	}
~      }
~    }
~  }

	For a slightly more complete description, look at this web page:
http://jeberger.free.fr/mpov/mpov.html

	Unfortunately, this feature didn't make it either in POV 3.5 nor in
MegaPov 1.0 (nor AFAIK in POV 3.6) :(

		Jerome

- --
******************************
*      Jerome M. Berger      *
* mailto:jbe### [at] ifrancecom *
*  http://jeberger.free.fr/  *
******************************
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAm8ZUqIYJdJhyixIRAiK5AKCug9xsIe07iUhmJ1CuBpsE4n4HRACgpEoP
bXbiGMVoUCspDZeSItBdc/4=
=RY/x
-----END PGP SIGNATURE-----


Post a reply to this message

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