POV-Ray : Newsgroups : povray.advanced-users : media acts differently when scaled..? : media acts differently when scaled..? Server Time
30 Jul 2024 10:19:20 EDT (-0400)
  media acts differently when scaled..?  
From: Jason Dinger
Date: 10 Oct 1999 01:50:27
Message: <01bf12e4$7bf28cc0$bd11e1cf@jimmy-the-fish>
I'm currently working on a scene that requires me to use a very large flame
however when i scale the media sphere times 100 it looses a lot of quality.
what am i doing wrong?

//begin sample code 

sphere {0,1 pigment {rgbt 1} 
 interior { media { 
 emission 1 intervals 10 samples 10,12 confidence .9999 variance 1/10
 density { spherical scallop_wave turbulence .9 
 color_map {[0 rgb 0][.25 rgb <1,0,0>][.5 rgb <1,1,0>][.75 rgb <1,0,0>][1
rgb 0]} 
 scale .5} } } scale <100,200,100> hollow }
//end sample code


Post a reply to this message

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