[Fluxus] ribbon colour bug?
Kassen
signal.automatique at gmail.com
Wed Sep 15 10:07:52 PDT 2010
Dear list,
Consider;
(clear)
(clear-colour .5)
(define arm
(build-ribbon 10))
(with-primitive arm
(hint-none)
(hint-wire)
(line-width 3)
(wire-colour 1)
(colour (vector 1 0 0))
(for ((x (in-range 0 (pdata-size))))
(pdata-set! "p" x (vector (* .1 x) 0 0))))
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.
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.
Yours,
Kas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20100915/2800008c/attachment-0001.htm>
More information about the Fluxus
mailing list