POV-Ray : Newsgroups : povray.general : OpenGL preview in POV-Ray : Re: OpenGL preview in POV-Ray Server Time
4 Aug 2024 18:20:52 EDT (-0400)
  Re: OpenGL preview in POV-Ray  
From: ABX
Date: 11 Jun 2003 05:02:11
Message: <1prdev02tad8req0qlms7bbfnise8154o3@4ax.com>
On Wed, 11 Jun 2003 01:18:54 -0700, "Ray Gardener" <ray### [at] daylongraphicscom>
wrote:
> > You mean like the quality option?
> > http://povray.org/documentation/view/132/#s05_02_06_01
>
> I just noticed that setting the quality lower
> doesn't speed up scenes using camera blur.
> Is there an INI option to disable a scene's
> use of blur?

camera{
  // statement
  #if(USE_BLUR)
    // blur related statement
  #end
}

and in ini settings follow description of "5.2.3.1 Constant"
http://www.povray.org/documentation/view/129/

ABX


Post a reply to this message

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