POV-Ray : Newsgroups : povray.windows : How do I make a torch shine? : Re: How do I make a torch shine? Server Time
25 Apr 2024 13:36:36 EDT (-0400)
  Re: How do I make a torch shine?  
From: Christian Froeschlin
Date: 8 Oct 2013 06:42:44
Message: <5253e1a4@news.povray.org>
Alain wrote:

> This will turn radiosity on using default parameters. Those parameters 
> are a descent starting point.

Also there is a convenient set of presets in rad_def.inc

#include "rad_def.inc"

global_settings
{
   radiosity {Rad_Settings(Radiosity_Normal, off, off)}
}

Replace Radiosity_Normal with, e.g., Radiosity_Debug,
Radiosity_Fast or Radiosity_Final as appropriate.


Post a reply to this message

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