POV-Ray : Newsgroups : povray.newusers : media ?s : Re: media ?s Server Time
5 Sep 2024 08:15:42 EDT (-0400)
  Re: media ?s  
From: Simon
Date: 31 May 2001 11:49:09
Message: <3b1667f5@news.povray.org>
If you scale an object containing media,
the density pattern is scaled too.
But the density color isn't affected.
So if you want to get the same result after
scaling you should do something like this :
...
density{yourcolor*1/scalevalue}
...
where scalevalue is the amount with which
you scaled the object or the whole scene.
You'll have to do this with every color in
your density statement.

-------
Nubere vis Prisco : Non miror, Paula, sapisti.
Ducere te non vult Priscus : Et ille sapit.


Post a reply to this message

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