Fork me on GitHub
#quil
<
2021-08-30
>
Mícheál Ó Catháin08:08:28

Howdy all on #quil. In clojurescript, I'm using the quil function smooth within the :settings handler like so: :settings #(q/smooth 4) . I see the p5.js version of the function does not take a level parameter as an argument, and am guessing the argument I enter (i.e., 4) has no effect, and would only have an effect if I'm running a clojure file on the jvm, wrapping processing. Am I understanding this correctly? Thanks!

Mícheál Ó Catháin14:08:41

Separate query: has anyone had trouble getting with-stroke to display lines with the correct transparency while using :hsb colormode, and when using the :p3d renderer? It seems to work fine when I run this http://quil.info/sketches/local/698b5b8d2dbcf3a71ee101474482470d3f8c5c84648b8c2760d48e7476aebd6d on the quil website, however I can't get the same results on my local machine. Any pointers would be great thanks!