Textured sticker generator - 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: Textured sticker generator (/thread-21457.html) |
Textured sticker generator - Roland Melkert - 2016-04-06 Hi all I wrote a very quick and dirty sticker generator http://www.melkert.net/test/stickerGen.html Might be useful to get simple sticker parts going. Feel free to comment / use it in any way. RE: Textured sticker generator - Philippe Hurbain - 2016-04-07 Nice A few details... - With the default '0.5' thickness, the generated sticker has a 0.25 thickness (kind of good thing since default LDraw stickers are supposed to be 0.25 ldu thick!). - I know there is a debate about this, but currently the stickers shouldn't contain edge lines, so a box5-12 should be used instead of box5. RE: Textured sticker generator - Roland Melkert - 2016-04-07 I've adjusted the thickness usage and made the edges optional. I didn't check the sticker specs as I made this while testing something texmap related and I got tired of manually figuring out the coordinates. Also parts without edges don't highlight in LDCad I was also thinking about adding rounded corners and a margin to make it more realistic. |