You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like it's yet another name clash inside HCanvas.paintAll(). I just changed some internal names to workaround this.
The fading doesn't seem to be working properly in JS mode though. It looks like PGraphics in js mode doesn't like direct manipulation with its pixels. Since this is a low-level internal thing, I'll need to research more on this.
website/examples/H_BASICS/ex14_HCanvas/index.pde
or java example
examples/H_BASICS/ex14_HCanvas/ex14_HCanvas.pde
this example using both processing's internal PGraphics and HYPE's HCanvas - neither are rendering in JavaScript.
do we know if this is possible ?
The text was updated successfully, but these errors were encountered: