mkmori

Results 7 comments of mkmori

As a mid-level newbie with gaps in my math ed., (like matrix ops!), `push()/pop()` (`pushMatrix()/popMatrix()`) is pretty basic to enabling me to handle a whole range of multiple, complex, (incl....

I think I've figured out a partial workaround (for my purposes) for the missing modelX/Y/Z() functions, using the canvas "Model View" matrix _uMVMatrix_ and p5.Matrix functions: https://editor.p5js.org/mkmori.05/sketches/uoPdThLGU `myCanvas = createCanvas(...

Yes, no matter how many times the shape is drawn, the achievable color seems dependent on the alpha value. Please find an even simpler example below. (Fyi, the effect is...

Cf. https://github.com/processing/p5.js/issues/5179

Hi, @addam, @greenwoodma! I agree about the importance of handling material thickness--it's the first thing I looked for when checking out the add-on! Speculating on the lack of response, as...

Thanks, @opheliagame! I tweaked my sketch to replace .copy() (and .set()) with object references.... I'm still a bit confused about how the object references seem to function like value assignments...

On balance, I feel users (esp. a diversity of learners) would be better served by a more informative and more translatable--if less whimsical--approach to naming new sketches.