SuperCAD library PovRAY export
in
Contributed Library Questions
•
2 years ago
I have recently been experimenting with the superCAD library, and had some
success. However I think I have detected at least one error in the hard coded povray export template.
- RedT = texture{ pigment{color rgbf<1,0.5,0.1,0.5>} // corrected code
- not = texture{ pigment{color rgbf<1,0.5,0.0.1,0.5>}
This is a simple typing error, unfortunately I'm a real beginner with povray and even after correcting this error the renderer continues to complain of multiple 'no pigment type given', which seems to go back to the definition of Brun, used to define BeigeLwD?
I get
'no pigment type given', error at all lines that include texture{BeigeLwD}.
Nevertheless congratulations are due to Guillaume on all his efforts. The export to *.obj seems to work well. I managed to import the *.obj it into blender, but I'm even less competent with the blender interface.
I am tempted to try to code my own template based on the one exported by StructureSynth, which seems to be much simpler.
1