POV-Ray : Newsgroups : povray.unofficial.patches : Post process feature: copy : Post process feature: copy Server Time
2 Sep 2024 04:15:11 EDT (-0400)
  Post process feature: copy  
From: Sigmund Kyrre Aas
Date: 14 May 2000 04:57:41
Message: <391E6A2A.C09319D2@stud.ntnu.no>
Needless to say render and parse time can be very long, thus making it slow
to experiment with the post processes. With a copy{} object one could output
several different versions of the file:

post_process {
   copy { png "no_postprocess.png" }
   copy { png "focal_and_soft.png"
      focal_blur{10,5,2}
      soft_glow{.6,5}
   }
}

sig


Post a reply to this message

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