stl2pov
stl2pov copied to clipboard
POV-ray is unusual because it uses a [left-hand coordinate system](http://www.povray.org/documentation/view/3.7.1/15/). STL uses the more common right-hand coordinate system. When you print an STL on a 3D printer: - The X...
First, thank you for this great tool! I notice something wrong with the output picture: it is mirrored. In particular, it contains text. In the original STL file, the text...
are you alive? thats a bit of cleanup on the globals...
zippo:/files/programming/src/stl2pov# make cc -O2 -pipe -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fmerge-constants -ffast-math -DNDEBUG -DVERSION=\"2.4.4\" -DPACKAGE=\"stl2pov\" -c -o license.o license.c cc -O2 -pipe -Wall -Wshadow -Wpointer-arith -Wstrict-prototypes -fmerge-constants -ffast-math -DNDEBUG -DVERSION=\"2.4.4\" -DPACKAGE=\"stl2pov\"...