Dear list,<div><br></div><div>Consider;</div><div><br></div><div><div>(clear)</div><div>(clear-colour .5)</div><div>(define arm</div><div> (build-ribbon 10))</div><div><br></div><div>(with-primitive arm</div><div> (hint-none)</div>
<div> (hint-wire)</div><div> (line-width 3)</div><div> (wire-colour 1)</div><div> (colour (vector 1 0 0))</div><div> (for ((x (in-range 0 (pdata-size))))</div><div> (pdata-set! "p" x (vector (* .1 x) 0 0))))</div>
</div><div><br></div><div>I would expect this to give me a white line. Instead I get one that's red on one side and black on the other, creating the odd situation of a line that has two sides. This leads me to suspect that (hint-none) isn't working here and that (wire-colour) isn't either.</div>
<div><br></div><div>This is on the latest Git version (updated two or so days ago with all the extensions, like the video stuff) and a NVidea 6200 AGP 512MB. </div><div><br></div><div>Yours,</div><div>Kas.</div>