POV-Ray : Newsgroups : povray.general : error ? : error ? Server Time
2 Aug 2024 08:16:04 EDT (-0400)
  error ?  
From: gaom
Date: 7 Dec 2004 14:55:00
Message: <web.41b6099696c8f1adcf2ad5ad0@news.povray.org>
I have problems with use of declared names in the object definitions :

for instance :

#include "textures.inc"
plane {y, 0
 texture {
  ...
 }
 texture {
  ...
 }
}

works, but

#include "textures.inc"
plane {y, 0
 DMFWood6
}

generates an error: "No mathing } in 'plane', texture identifier found
instead.

Can anyone help me ?
I'm using POvray 3.6 for Windows


Post a reply to this message

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