POV-Ray : Newsgroups : povray.binaries.scene-files : Re: Imitated Bricks : Re: Imitated Bricks Server Time
29 Apr 2024 14:56:58 EDT (-0400)
  Re: Imitated Bricks  
From: clipka
Date: 6 Sep 2015 08:24:26
Message: <55ec307a$1@news.povray.org>
Am 06.09.2015 um 05:44 schrieb Mike Horvath:
> You have two different global_settings blocks in your code. Is that
> intended? Do they interfere with each other?

The first global_settings block is just for the assumed_gamma setting,
so that using the srgb keyword in colors_lego_.inc doesn't give warnings
or errors.

I have a habit of placing #include statements as early as possible in
any file, so the remainder of the global settings goes in a second
global_settings block.

POV-Ray is perfectly fine with multiple global_settings blocks,
especially if they contain entirely different settings as in this case;
if one setting would appear in both blocks, the second one would
generally win (but until then the first one might have an influence on
parsing).


Post a reply to this message

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