Subject:
|
Re: Odd result from L3P
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 25 Jun 1999 10:07:04 GMT
|
Viewed:
|
615 times
|
| |
| |
On Thu, 24 Jun 1999 17:14:50 GMT, "John VanZwieten"
<john_vanzwieten@email.msn.com> wrote:
> I L3P'd a part I'm working on which was colored tan (382). But in POV, the
> part came out gray (7). Here's the relevant code in the POV file. I figured
> out that by manually changing the "Color7" at the bottom to "Color382" it came
> out tan. Possible bug in L3P, or am I doing something wrong?
Yep, you found it too. I razzed Lars about it and, if I recall correctly, he
put an undocumented (or maybe it is documented?) switch in L3P that forces it
to handle the rendering of just one piece properly.
The problem actually lies in the '#declare' line immediately above the final
'object' line.
If you have a model with two or more pieces, that declare line places the
proper color codes at the end of each line.
But if you just have a single item, it does not place any color code with it.
So it instead ends up using the default backup color code of #7 in the final
object line.
Wait! I looked through email, and the switch to use is -c
Dang! That is no longer undocumented, it shows up in the L3P help screen.
-- Terry K --
|
|
Message is in Reply To:
| | Odd result from L3P
|
| I L3P'd a part I'm working on which was colored tan (382). But in POV, the part came out gray (7). Here's the relevant code in the POV file. I figured out that by manually changing the "Color7" at the bottom to "Color382" it came out tan. Possible (...) (25 years ago, 24-Jun-99, to lugnet.cad)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|