POV-Ray : Newsgroups : povray.advanced-users : Photons, in version 3.6 to 3.7 : Photons, in version 3.6 to 3.7 Server Time
23 Apr 2024 02:28:10 EDT (-0400)
  Photons, in version 3.6 to 3.7  
From: Albun
Date: 7 May 2019 12:30:01
Message: <web.5cd1b2029bc1f54337fe761b0@news.povray.org>
Hi,

With 3.6 version, i use a photon #macro like under this line, and the 'no_image'
for object, to see the refraction appeer on a plane and it's ok.
But with the 3.7 version, and the same file, there is nothing appeer on plane,
and no photons count on render.

#macro PhotonBlock()
 #if(Photons)
  photons {
   target
   collect off
   reflection off
   refraction on
  }
 #end
#end

Do you see a solution with 3.7 language ?


Albun


Post a reply to this message

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