1
0
mirror of https://github.com/kristov/ldraw2stl.git synced 2025-05-15 14:20:11 -07:00

4 Commits

Author SHA1 Message Date
ceade
c05cf2c4da Attempt to fix incorrectly inverted sub-parts
There was bad behaviour if there were nested include files combined with a recursive invert flag, resulting in incorrect surface normals for sub-parts. For example try ldraw/parts/3020.dat before this commit. This is not the best way to solve the problem, but it may suffice for now. IMO the best way would be to "flip" the invert flag between states, rather than explcitely set it to 1 or 0. That way recursively setting invert would simply flip the flag.
2020-04-30 22:57:17 +02:00
ceade
ac0c4d00b8 Remove dependency on Moose
It was annoying to install tens of Perl modules for a few getters-setters.
2020-04-30 21:50:18 +02:00
Chris Eade
e3f34ac87b Add --debug flag for adding debug messages
Trying to track down a normals problem with studs on 3020.dat model.
2020-04-30 14:22:59 +02:00
ceade
b76f67e092 Initial commit 2017-08-19 18:30:12 +02:00