POV-Ray : Newsgroups : povray.advanced-users : Question about photons : Re: Question about photons Server Time
29 Jul 2024 20:26:56 EDT (-0400)
  Re: Question about photons  
From: Bob H 
Date: 7 Feb 2001 04:42:26
Message: <3a811882@news.povray.org>
If you don't make any more scene changes save your photon maps so they aren't
recalculated.

global_settings {
 photons {
  save_file "finalphotons.txt"
  // photon stuff
 }
 // global stuff
}

Use that for the preview then load_file for the final render.  You might
already have known about that.  I don't know if there's a problem or not with
mosaic preview and a saved photon map, just a suggestion.

Bob H.


Post a reply to this message

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