Subject:
|
Re: PovRay Error
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Wed, 31 Jul 2002 14:41:07 GMT
|
Viewed:
|
692 times
|
| |
| |
In lugnet.cad.ray, Mike Walsh writes:
> #declare _6081_dot_dat_clear = #if (QUAL = 0) box { <-40,0,-30>,
> <40,32,10> } #else object {
> // Brick 2 x 4 x 1 & 1/3 with Curved Top
> lg_6081_clear
> <----ERROR
>
> ctb-1127.pov:5516: error: object expected but undeclared identifier
> 'lg_6081_clear' found instead.
This is because there are a few LGEO parts that are missing their _clear
definitions. I think you can get around this by putting this line after you
#include "lg_defs.inc":
#declare lg_6081_clear = lg_6081;
> From another model:
>
> object { CTB_dash_1128_dot_dat #if (version >= 3.1) material #else texture
> #end { Color7 } } <----ERROR
>
> ctb-1128.pov:9347: error: Attempted to redefine float function as object
> identifier.
No idea on this one. I can't see any float function identifiers in that
line. :-/ You might try looking at the line or two before, to see if there
are any syntax errors.
Was this file straight from l3p, or was it edited prior to rendering?
Cheers,
- jsproat
|
|
Message has 3 Replies: | | Re: PovRay Error
|
| "Sproaticus" <jsproat@io.com> wrote in message news:H04BGJ.I9L@lugnet.com... [ ... snipped ... ] (...) there (...) The second error was almost straight from L3P. The only thing I did was to delete the light definitions and replace them with a (...) (22 years ago, 31-Jul-02, to lugnet.cad.ray)
| | | Re: PovRay Error
|
| "Sproaticus" <jsproat@io.com> wrote in message news:H04BGJ.I9L@lugnet.com... (...) you (...) [ ... snipped ... ] I made this change and it has made it through the parse stage. We'll see how it looks in about eight hours when it is done rendering. (...) (22 years ago, 31-Jul-02, to lugnet.cad.ray)
| | | Re: PovRay Error
|
| "Sproaticus" <jsproat@io.com> wrote in message: (...) you (...) I know, *way* old post, but I just encountered this error and haven't seen this solution posted, so: Change line 326 of lg_6081.inc (of LGEO version #15) from: #declare lg_6081 = to: (...) (22 years ago, 1-Mar-03, to lugnet.cad.ray)
|
Message is in Reply To:
| | PovRay Error
|
| I have run into errors with the last two models I have tried to render with POV (3.1) and LGEO (update 15). I am using the same process I have used for last six to eight months. This is the error messages I am receiving (hopefully line breaks aren't (...) (22 years ago, 31-Jul-02, to lugnet.cad.ray)
|
8 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|