v8-gl
v8-gl copied to clipboard
lib/matrix.js missing from gles demos
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?
In fact, commit 37e03dc765da6747b56b313cb330703c93241bee seems to be the guilty party: you removed the matrix stuff from common.js, but didn't add the new lib/matrix.js file.