-
Notifications
You must be signed in to change notification settings - Fork 47
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
Setters don't set #8
Comments
Thank you! Yes, that is unexpected. That same code as you wrote works for me. I even tested on the browser to make sure.
The HTML above outputs Let me know more about your specs, OS, GPU, browser, etc. |
It prints Device: MacBook Pro (mid-2012) |
I'm puzzled. No errors on console? What happens on Safari? What about Node.js? Anyone with a similar problem? |
Tested with node v6.2.0 and v4.4.7 on the same machine and no luck. |
It seems to work on my iPhone 5S in Chrome. I'm viewing the dev console via weinre. |
That's bad. Without being able to replicate I can't do much. I'm not the most WebGL expert, chances somewhere on the code there are things that aren't 100% cross-platform. I know that because often I see some About your problem, I'll keep testing and wait it show up in a computer I can access to debug. |
I think I've managed to recreate the bug. I've set up this CodePen to easily test on various devices: https://codepen.io/omarshe7ta/full/rrOdAB/ On one windows laptop, I see:
Windows 8. On another, I get just:
Windows 10. I'm still looking into it, but I thought I'd post this here to collect more data. |
Any news on this issue? (Windows 10 Chrome 64) |
First off, awesome work on this project! It really looks great.
I am running a modified version of the squareNumbers example (I have tried this on the original code as well):
But the final output seems to be the original 'res' array instead of the squares.
This happens with all of the examples. None of the 'set' statements seem to work for me.
The text was updated successfully, but these errors were encountered: