lkang2 / glmatrix

Automatically exported from code.google.com/p/glmatrix
0 stars 0 forks source link

Some additions #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm using the glmatrix library in my WebGL lib, and I added a bunch of 
stuff to it (vec2, slightly more complete mat3 & vec3, object create count 
logging). 

See https://github.com/kig/magi/blob/master/src/matrix.js 
and pick whatever you like. 

Some of the new things aren't probably something you'd want (like setLeft(dest, 
src), and I think mat4.billboard is broken), but maybe there's something of use.

Original issue reported on code.google.com by Ilmari.H...@gmail.com on 27 Feb 2011 at 11:01