v8-gl icon indicating copy to clipboard operation
v8-gl copied to clipboard

lib/matrix.js missing from gles demos

Open cscott opened this issue 13 years ago • 1 comments

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?

cscott avatar Nov 29 '11 15:11 cscott

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.

cscott avatar Nov 29 '11 15:11 cscott