POV-Ray : Newsgroups : povray.binaries.images : nuclear explosion v0.2 : Re: nuclear explosion v0.2 Server Time
9 Aug 2024 09:06:25 EDT (-0400)
  Re: nuclear explosion v0.2  
From: Zeger Knaepen
Date: 8 Mar 2005 06:11:59
Message: <422d887f$1@news.povray.org>
"Stefan Viljoen" <ryl### [at] polardcom> schreef in bericht
news:422d380b@news.povray.org...
> The right honourable Zeger Knaepen spake:
>
> > slightly better shape, and a better background :)
> > but it took 10 minutes to trace this time
> >
> > cu!
>
> Wow... how DID you do that?!

:)
9500 spheres arranged in a mushroom-shape (with a lot of while-loops of
course :)) and seperated into a couple of categories: smoke, dust and 3
types of fire, all textured with a simple texture: something like:
(for the fire)

texture {
 pigment {
  aoi
  color_map {
   [0 rgb <1,.6,.4>*2 transmit 1]
   [.5 rgb <1,.6,.4>*2 transmit .75]
  }
  poly_wave .75
 }
 normal {bumps .5 scale .5 warp {turbulence .5 lambda 3}}
 finish {ambient .1 diffuse 1.5 brilliance 2}
}


cu!
-- 
ZK AKA Gaeriel
http://www.povplace.be.tf
"The door on your left. No, your other left!"


Post a reply to this message

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