It was fun trying to think outside the box; In not much of an architect anyway 😅
jesstelford
Creator of
Recent community posts
Phew! Thanks for confirming - I was worried I'd uploaded the wrong file or something :P
It actually turned out easier than I expected thanks to the "snapping" feature in picoCAD - just had to get the U/V coordinates right for the textures, which was easier once I realised the editor also snaps those to 8px boundaries. Then all the (LEGO) pieces fell into place so-to-speak :P
I thought I met the restriction requirement... Looking at the `.txt` file, it's got this content (snipped for brevity), with no duplicate primitives:
The restriction is:
You can only use each primitive once
Limitation is completely optional and is an added modifier. The seven primitives (shapes) included are pyramid, prism, cube, pent, hex, cylinder, and plane. No extrusions allowed. Moving vertices of primitives or deleting faces is allowed. You do not have to use all primitives.
Here's where I think I got to:
✅ No extrusions allowed (I didn't do any extrusions at all)
✅ Moving vertices of primitives or deleting faces is allowed (I deleted some faces, and moved lots of verticies)
✅ You do not have to use all primitives (I didn't use "pyramid")
Which part of the restriction did I miss?