POV-Ray : Newsgroups : povray.text.scene-files : UV Pov alpha 6 Problem : Re: UV Pov alpha 6 Problem Server Time
28 Jul 2024 16:25:13 EDT (-0400)
  Re: UV Pov alpha 6 Problem  
From: Nathan Kopp
Date: 6 Nov 1999 00:27:35
Message: <3823bc47@news.povray.org>
Start off the scene with the code below and you'll see pretty good results.

-Nathan

#declare PhotonOn = 1;
#declare phd=.3;
#declare MirrorOn = 1;
#declare Rotater = 10;

#include "colors.inc"
#include "metals.inc"
#include "glass.inc"

global_settings{
  max_trace_level 8
  #if (PhotonOn)
    photons{
      gather 20, 100
      radius 15*phd, 2, 15*phd
      autostop 0
      jitter .4
      expand_thresholds 0.2, 40
    }
  #end
}


Post a reply to this message

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