philogb / v8-gl

A Toolkit for creating Desktop Hardware Accelerated Graphics with JS.
343 stars 32 forks source link

lib/matrix.js missing from gles demos #9

Open cscott opened 12 years ago

cscott commented 12 years ago

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 commented 12 years ago

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.