Rectifier version 1.9 - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: Rectifier version 1.9 (/thread-7221.html) |
Rectifier version 1.9 - Philippe Hurbain - 2012-12-13 When converting quads + lines into rect primitives, Rectifier sometimes provided values near but not equal to 1. I delved into my code and soon found a bug causing this behaviour... then found an even better method that provides tidier and more compact LDraw code. Get new version 1.9. Here is a sample output with Rectifier 1.8: Code: 1 16 0 0 0 0 0 10 -1.73648 0.9848078 0 -9.84808 -1 0 rect.dat Code: 1 16 0 0 0 0 0 10 -1.73648 1 0 -9.84808 0 0 rect.dat Note that there was nothing wrong with 1.8 result, as inlining back both versions gives exactly the same lines and quads. Re: Rectifier version 1.9 - Michael Heidemann - 2012-12-13 I will combine this into the next release of LETGui, that should be ready within the next four weeks. |