-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Two new examples for loadPixels #2793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added two new examples for loadPixels(). One generates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One that creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One that creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One that creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One that creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One creates a simple texture using pixels and the other averages image pixels.
Added two new examples for loadPixels(). One creates a simple texture using pixels and the other averages image pixels.
In #1954 the P.S. There seems to be a lot of noise in in the commits that are just adding and removing whitespace. |
Yes, Although there were no technical errors in the examples I wrote, the commit after going through the Travis CI, was not passing a few tests just because of some minor whitespaces. That's the reason I had to commit it, a few times, passing the test cases... |
You can run |
I think that actually the #1954 issue is in error. The renderer methods are not exposed as part of the API, and shouldn't appear in the reference docs. The correct list of methods missing examples can be found by running |
Yeah, I'm thinking maybe they are outdated since we've only added the |
Added two new examples for loadPixels(). One generates a simple texture using pixels and the other averages image pixels.