Difference between revisions of "Povray"

From Ghoulwiki
Jump to: navigation, search
(skybox)
(explosion)
Line 29: Line 29:
 
http://ghoulsblade.schattenkind.net/files/pov/explosion01.pov
 
http://ghoulsblade.schattenkind.net/files/pov/explosion01.pov
  
similar :
+
=== random explosion generation ===
 +
 
 +
i made a php script that would generated random colormaps and some random turbulence parameters
 +
and let it render all night long, producing one explosion image after another, and keeping the sources for later high-detail rendering of the good ones.
 +
 
 +
this is kind of bruteforcing artwork with enough processor power =)
 +
 
 +
also there are a few php scripts in there for comfortable viewing and marking the good ones,
 +
but you'll have to adjust them a bit.
 +
 
 +
here are a few samples :
 +
 
 
<gallery>
 
<gallery>
 
Image:Explode2.jpg
 
Image:Explode2.jpg
 
Image:Plasma.jpg
 
Image:Plasma.jpg
 +
Image:Exp_001770_000.jpg
 +
Image:Exp_001534_000.jpg
 
</gallery>
 
</gallery>
 +
 +
and here's the code :
 +
 +
http://ghoulsblade.schattenkind.net/files/pov/exploder.zip
 +
 +
warning ! requires quite a bit of harddisk space if you keep it running for a long time....
 +
 +
i give no warranty that your computer will not explode during the process ;)

Revision as of 19:50, 21 May 2007

see also http://ghoulsblade.schattenkind.net/files/pov/

explosion generator

  • todo...

skybox

texture generation

  • todo : search .pov files for this
  • todo : camouflage texture...
  • also interesting : kwerkzeug (google)

explosion

http://ghoulsblade.schattenkind.net/files/pov/explosion01.pov

random explosion generation

i made a php script that would generated random colormaps and some random turbulence parameters and let it render all night long, producing one explosion image after another, and keeping the sources for later high-detail rendering of the good ones.

this is kind of bruteforcing artwork with enough processor power =)

also there are a few php scripts in there for comfortable viewing and marking the good ones, but you'll have to adjust them a bit.

here are a few samples :

and here's the code :

http://ghoulsblade.schattenkind.net/files/pov/exploder.zip

warning ! requires quite a bit of harddisk space if you keep it running for a long time....

i give no warranty that your computer will not explode during the process ;)