POV-Ray : Newsgroups : povray.bugreports : Radiosity and Histogram don't mix Server Time
7 May 2024 15:22:54 EDT (-0400)
  Radiosity and Histogram don't mix (Message 1 to 1 of 1)  
From: clipka
Subject: Radiosity and Histogram don't mix
Date: 15 Sep 2008 20:15:00
Message: <web.48cef96818f55b531a7fc0460@news.povray.org>
// This scene crashes the POV-ray 3.6.1c randerer on my computer
// when run with the following parameters:
//
//  -w800 -h600 +HTN
//
// My system's info:
//  Intel P4, 3.4 GHz, 2 GB RAM
//  Windows XP Home Edition, Version 2002, SP 2
//  POV-ray 3.6.1c.icl8.win32
//
// Camera parameters seem to have a major impact on where in the image
// the crash occurs (if at all), but with higher resolution and/or
// higher-quality radiosity settings it is hard to find a camera angle
// that does NOT crash the renderer.
//
// Note that the error occurs regardless of light sources and objects
// in the scene; it happens both with and without the commented-out
// light_source and box statements.

global_settings { radiosity { pretrace_end 0.02 } }
camera {
  right x*image_width/image_height
  location  <-5,4,-20>
  look_at   <-2.2,-0.2,0>
  angle 30
}

// light_source { <-1000,500,-1000> color rgb 1 }
// box { <-1,-5,-1> <1,-1,1> pigment {rgb 1} }

// end of file


Post a reply to this message

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