POV-Ray : Newsgroups : povray.newusers : calling macros from an include file. : Re: calling macros from an include file. Server Time
4 Sep 2024 18:11:33 EDT (-0400)
  Re: calling macros from an include file.  
From: William F  Pokorny
Date: 1 Sep 2002 17:04:02
Message: <3D7280C2.B1940652@attglobal.net>
Dawn,
Have you wrapped the call to this macro in an object statement?

object { Round_Box.....
}

Bill P.

> I'm trying to use the round box macros from shapes.inc.  In my code,
> I've got:
>
> #include "shapes.inc"
>
> Round_Box(<-17.5, 0, -64>, <17.5, 12, 10>, 1, yes),
>
> But when I go to render, I get:
>
> Expected 'object or directive', undeclared identifier 'Round_Box' found
> instead
>
> File shtest.pov line 29
>


Post a reply to this message

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