In the fisica library what makes setFill, setStroke and setStrokeWeight methods different?
in
Contributed Library Questions
•
6 months ago
Recently I've had some success in converting some of the
fisica library examples to run using
ruby-processing, however there is some odd behaviour that I do not understand.
- When I try to run the sketches using the built in jruby-complete, the following methods are not detected:- setFill, setStroke and setStrokeWeight of FPoly and FBlob classes, if I comment out the offending lines the Bubbles sketch for example run as expected (so why are these methods different?)
- If I use an external JRuby these methods are detected and the sketches run as expected.
1