RE: Wrong color display in POV-Ray
2021-03-31, 11:47 (This post was last modified: 2021-03-31, 12:31 by Bertrand Lequy.)
2021-03-31, 11:47 (This post was last modified: 2021-03-31, 12:31 by Bertrand Lequy.)
(2021-03-01, 2:26)Travis Cobbs Wrote: Thanks. I emailed you a link to a 32-bit Windows test build.
note that some colors are not defined in LGEO.xml.
Yesterday, I had a problem with lavender color that was pink.
It occured that some lines were missing :
Code:
<Color>
<LDrawNumber>30</LDrawNumber>
<POVName>lg_medium_lavender</POVName>
<Dependency>LGColors</Dependency>
</Color>
<Color>
<LDrawNumber>31</LDrawNumber>
<POVName>lg_lavender</POVName>
<Dependency>LGColors</Dependency>
</Color>
Code:
<Color>
<LDrawNumber>35</LDrawNumber>
<POVName>lg_clear_bright_green</POVName>
<Dependency>LGColors</Dependency>
<IoR>lg_ior</IoR>
</Color>