POV-Ray : Newsgroups : povray.beta-test : Max gradient warning is inconsistent Server Time
30 Apr 2024 14:01:32 EDT (-0400)
  Max gradient warning is inconsistent (Message 1 to 1 of 1)  
From: Cousin Ricky
Subject: Max gradient warning is inconsistent
Date: 17 Aug 2012 13:10:00
Message: <web.502e787d10870b3085de7b680@news.povray.org>
Sometimes there is no max gradient warning, even when the max_gradient is
clearly too low.  I cannot figure out the circumstances under which it decides
to skip the max gradient warning.  When I tried to create a simplified scene,
the warning showed up again.

This is the simplified scene where the warning did show up:
  _________________________________________________________

  #version 3.7;
  global_settings { assumed_gamma 1 }
  light_source { <-3.3125, 7.6250, -5.7374>, rgb 1 }
  camera
  { location <0.0000, 1.0000, -5.6713>
    look_at <-0.7969, 1.2000, -0.0598>
    angle 10.7447
  }
  #include "functions.inc"

  isosurface
  { function { f_sphere (x, 0, z, (2660 - 40*y) / 9) }
    contained_by { box { <-80, 31, -24>, <-128, 56, 24> } }
    pigment { rgb <1, 0.75, 0> }
    scale 1/128
    rotate -35 * x
    translate y
  }
  _________________________________________________________

I have been unsuccessful at creating a simplified scene that reproduces the
problem.  But when I run the full scene, there's no warning.

POV-Ray version: 3.7.RC6
Operating system: openSUSE Linux 12.1


Post a reply to this message

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