POV-Ray : Newsgroups : povray.bugreports : incorrect error message thrown: no matching } in 'texture' : Re: incorrect error message thrown: no matching } in 'texture' Server Time
25 Apr 2024 01:40:47 EDT (-0400)
  Re: incorrect error message thrown: no matching } in 'texture'  
From: jmichae3
Date: 31 Dec 2014 01:25:00
Message: <web.54a3961e697e11fc8694a3930@news.povray.org>
FractRacer <lg.### [at] gmailcom> wrote:

> > I am getting a bogus error message. syntax seems to look clean. error is on the
> > first texture statement.
> >
> >
> Hello,
> Have you include the needed files (textures.inc, wood.inc, ...)?
> Since the identifier TWOOD13 is not declared.
>
> --
> Lionel
> <b>Do not judge my words, judge my actions.</b>
>
> ---

 active.
> http://www.avast.com

yes. all included.
#version 3.7;
#include "colors.inc"
#include "textures.inc"
#include "shapes.inc"
#include "woods.inc"
#include "golds.inc"
#declare R = clock;
#declare FR = frame_number;
#declare IFR = initial_frame;
#declare FFR = final_frame;
#declare LIGHT_BRIGHTNESS = 1;

global_settings {assumed_gamma 2.2}


Post a reply to this message

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