POV-Ray : Newsgroups : povray.binaries.images : Cartoonish Post-Process : Re: Cartoonish Post-Process Server Time
6 Aug 2024 23:23:41 EDT (-0400)
  Re: Cartoonish Post-Process  
From: Tim Attwood
Date: 4 Aug 2006 19:08:46
Message: <44d3d37e$1@news.povray.org>
>> That's a cool effect. but what is a flat surfaced render?

I removed the finishes... it's still 3D, just not reflective.

#declare tex_goldA = texture {
   pigment { P_Gold4 }
   finish {
      ambient 0 // with radiosity
      //ambient 0.35 // without radiosity
      brilliance 5
      diffuse 0.3
      metallic 2
      specular 0.70
      roughness 1/20
      reflection 0.3
   }
};

#if (simple_render)
#declare tex_goldA = texture {pigment { P_Gold4 }};
#end


Post a reply to this message

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