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
When trying to access pixels after loadPixels(), it does not appear to be defined. _renderer.pixels is defined, though, so it seems like it's just not being forwarded to the global p5 scope.
Most appropriate sub-area of p5.js?
p5.js version
2.0 beta 1
Web browser and version
Firefox
Operating system
MacOS
Steps to reproduce this
When trying to access
pixels
afterloadPixels()
, it does not appear to be defined._renderer.pixels
is defined, though, so it seems like it's just not being forwarded to the global p5 scope.e.g.:
This throws the error
pixels is not defined
, but it should log 255 (as it does on 1.11.2.)Live: https://editor.p5js.org/davepagurek/sketches/mrrBUOX6M
The text was updated successfully, but these errors were encountered: