POV-Ray : Newsgroups : povray.programming : render differences in github/head and 3.7 : Re: render differences in github/head and 3.7 Server Time
25 Apr 2024 07:27:33 EDT (-0400)
  Re: render differences in github/head and 3.7  
From: clipka
Date: 9 Dec 2015 19:13:59
Message: <5668c3c7$1@news.povray.org>
Am 09.12.2015 um 23:40 schrieb Dick Balaska:
> So I'm using my custom built povdos on one Windows box and (5) povray-
> 3.7 on linux.
> 
> I notice that
>       texture {pigment { Apocalypse} scale 1*inch}
> renders differently on povdos.
> Should that be the case?  Is github/master/head different than the 
> release version? This is the question before I decide how to proceed.
> I can either build a linux version from head, or switch to a different 
> texture :) Or maybe you (clipka) want to know more about this.

The "master" branch on GitHub is indeed different from the latest
release version (that would be the "stable" branch, or the v3.7.0.0
tag), and includes plenty of improvements and bugfixes over the latest
official rlease, so some differences may be intentional, though I'd
indeed need to know more details in order to give you a more specific reply.

If you're worried about the quality of your build, you may want to
compare it to the latest semi-official development build of the master
branch, which can be found at https://github.com/c-lipka/povray/releases.

Also, Linux builds frequently use different mathematical precision than
Windows builds (and there may also be differences between the Windows
plain 32 bit builds on one hand, and the 32 bit SSE2 and 64 bit builds
on the other hand), which in some rare cases might produce noticeable
differences in the output.


That said, there is also a possibility that you've found a bug, and
therefore I do indeed want to know more about this.


Post a reply to this message

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