POV-Ray : Newsgroups : povray.general : How is the arrangement of texture, pigment, and finish? : How is the arrangement of texture, pigment, and finish? Server Time
19 Apr 2024 20:06:48 EDT (-0400)
  How is the arrangement of texture, pigment, and finish?  
From: Kima
Date: 1 Feb 2020 19:15:01
Message: <web.5e36136e5b8d0040ecc0fada0@news.povray.org>
It may seem a stupid question, but what is the difference between

object{ ...
    texture{
        pigment{ ... }
        finish{ ... }
    }
}

and

object{ ...
    pigment{ ... }
    finish{ ... }
}

and

object{ ...
    pigment{ ...
        finish{ ... }
    }
}


Post a reply to this message

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