We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The demos in examples/gles try to load lib/matrix.js via the common.js file. matrix.js is missing from lib/ -- probably you forgot to check it in?
The text was updated successfully, but these errors were encountered:
In fact, commit 37e03dc seems to be the guilty party: you removed the matrix stuff from common.js, but didn't add the new lib/matrix.js file.
Sorry, something went wrong.
Merge pull request #10 from cscott/9d396a3aef1dd066f7d3fc6184b9920470…
30da8d4
…26b6b4 Fix issue #9 (missing lib/matrix.js)
No branches or pull requests
The demos in examples/gles try to load lib/matrix.js via the common.js file. matrix.js is missing from lib/ -- probably you forgot to check it in?
The text was updated successfully, but these errors were encountered: