POV-Ray : Newsgroups : povray.general : asymmetric density maps : asymmetric density maps Server Time
29 Jul 2024 20:23:34 EDT (-0400)
  asymmetric density maps  
From: McMinty
Date: 13 Jul 2010 15:30:01
Message: <web.4c3cbdb2a2a99b937b60f60@news.povray.org>
Hello,

is there a way to create asymmetric density maps?

As I understand it, you can have a spherical, cylindrical or boxed density
distribution (as the "normal" ones) where the distribution is defined with
respect to the center:

for example
  density{ cylindrical
    turbulence 0
    color_map {
     [0 rgb 0.0]//border   <===
     [1 rgb 1.0]//center   <===
     }
   }


But how would I "move" the area of higher density to a spot next to the center
of my object?


Thanks for any ideas and hints.


Post a reply to this message

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