Subject:
|
Re: Problem with LGEO
|
Newsgroups:
|
lugnet.cad.ray
|
Date:
|
Sun, 9 Mar 2003 17:55:24 GMT
|
Viewed:
|
4371 times
|
| |
| |
> >
> > // Takes Hue value as input, returns RGB vector.
> > #macro CH2RGB (H)
> >
> > and it stops there.
>
> Find this line:
> #if (version >= 3.1) #local L3_Temp_Vers = version; #version 3.0; #end //
> Avoid most warnings from LGEO
>
> and change it to this:
> #if (version >= 3.1) #local L3_Temp_Vers = version; #version 3.1; #end //
> Avoid most warnings from LGEO
>
> You'll get some warnings from POV but it should still render the scene.
>
> -Orion
Thanks Orion, that did it.
And thanks again to Lars.
Take care.
|
|
Message is in Reply To:
| | Re: Problem with LGEO
|
| (...) Find this line: #if (version >= 3.1) #local L3_Temp_Vers = version; #version 3.0; #end // Avoid most warnings from LGEO and change it to this: #if (version >= 3.1) #local L3_Temp_Vers = version; #version 3.1; #end // Avoid most warnings from (...) (22 years ago, 7-Mar-03, to lugnet.cad.ray)
|
7 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|