POV-Ray : Newsgroups : povray.beta-test : problem with +D option at specific output file dimensions : Re: problem with +D option at specific output file dimensions Server Time
17 May 2024 04:44:44 EDT (-0400)
  Re: problem with +D option at specific output file dimensions  
From: Le Forgeron
Date: 14 Dec 2013 15:40:32
Message: <52acc240$1@news.povray.org>
I seems to have a fix for it (I tried it locally), but would be glad to
have a confirmation from the original poster if possible:

In unix/disp_sdl.cpp, change the computation of m_display_scale (circa
line 245) with:

m_display_scale = min(float(width) / GetWidth(), float(height)/GetHeight());


Post a reply to this message

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