|
|
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
|
|