POV-Ray : Newsgroups : povray.newusers : Error in golds.inc of version 3.5 : Re: Error in golds.inc of version 3.5 Server Time
4 Sep 2024 20:16:43 EDT (-0400)
  Re: Error in golds.inc of version 3.5  
From: TinCanMan
Date: 15 Aug 2002 14:35:51
Message: <3d5bf487$1@news.povray.org>
There's your problem:

> #version 1.0
> #include "metals.inc"

change that to:

#version 3.5

and you should be fine.
The parser has got set to version 1 before calling metals.inc (and
golds.inc) and I suppose v1 did not support this syntax.

-tgq


Post a reply to this message

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