<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div><div>(clear-colour (vector 0 0 0))</div><div class="im"><div>(clear)</div>
<div>(with-primitive</div><div>    (build-polygons 8 'polygon)</div><div>    (pdata-set! "p" 0 (vector  0  0 0))</div></div><div>    (pdata-set! "p" 1 (vector  0 -1 0))</div><div class="im">
<div>    (pdata-set! "p" 2 (vector  1 -1 0))</div><div>    (pdata-set! "p" 3 (vector  1  1 0))</div><div>    (pdata-set! "p" 4 (vector  0  1 0))</div></div><div class="im"><div>    (pdata-set! "p" 5 (vector  0  2 0))</div>

<div>    (pdata-set! "p" 6 (vector -1  2 0))</div></div><div>    (pdata-set! "p" 7 (vector -1  0 0))</div><div>    (recalc-normals 1)</div><div>    (hint-wire)</div><div class="im"><div>    (wire-colour 0)</div>
<div>    (line-width 3)</div>
</div><div>    (colour (vector 1 0 0)))</div><div>)</div><div><br></div></div></div></blockquote><div><br></div><div>If I can reply to myself for a moment; it turns out that the wire from index 4 to 5 glitches here (for me), ending up on the back-face of the shape some of the time, depending on the viewing angle. I thought that might be due to it being a concave corner that's not at index 0, but the "L" also had one of those and doesn't glitch in that way. To me that defeats the purpose of doing this so unless some new idea pops up I'm abandoning this technique and sticking to ribbons.</div>
<div><br></div><div>Yours,</div><div>Kas.</div></div>