LDraw.org Discussion Forums
Cannot run the POV for the file from LDRAW - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: Rendering Techniques (https://forums.ldraw.org/forum-20.html)
+--- Thread: Cannot run the POV for the file from LDRAW (/thread-23905.html)



Cannot run the POV for the file from LDRAW - jass - 2020-02-21

I updated the new LDRAW ALL IN version. There is no problem in the modeling by MLCAD. But when I run the POV file exported from LDRAW, the wrong message is as below.
I checked the before POV file made by old LDRAW ALL IN version, there is no problem. I don't know if there is any option need to setup. Thanks a lot.


Parse Error: No matching } in ‘texture’, undeclared identifier 'lg_gold_chrome' found instead

#ifndef (LDXColor334) // Chrome Gold
#declare LDXColor334 = #if (version >= 3.1) material { #end
texture {
lg_gold_chrome
}
#if (version >= 3.1) } #end
#declare LDXColor334_slope = #if (version >= 3.1) material { #end
texture {
lg_gold_chrome
#if (LDXQual > 1) normal { bumps 0.3 scale 25*0.02 } #end
}
#if (version >= 3.1) } #end
#end


RE: Cannot run the POV for the file from LDRAW - Leonardo Gonzalez - 2020-04-16

Try overwriting both instances of

lg_gold_chrome


with

lg_chrome_gold

See if that allows you to proceed.