POV-Ray : Newsgroups : povray.beta-test : Solid crackle query : Solid crackle query Server Time
29 Jul 2024 22:33:28 EDT (-0400)
  Solid crackle query  
From: Coridon Henshaw
Date: 17 Feb 2002 14:50:53
Message: <Xns91B8970AE1D90CQ@204.213.191.226>
I've noticed that the offset and form keywords have no effect on the shape 
and color map shift of the cells in solid crackle patterns.  Is this by 
design or is it a bug?

Example:


plane
{
    z,0
    pigment
    {
        crackle
        solid
        form z       //Ignored when solid is present
        offset 5     //Ignored when solid is present
        metric 10    //Works fine
        color_map
        {
            [0 rgb 1]
            [1 rgb 0]
        }
    }
}

camera {location <0,0,10> look_at 0} light_source {1e6 1}


Post a reply to this message

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