senchalabs / philogl

A WebGL Framework for Data Visualization, Creative Coding and Game Development
http://senchalabs.github.com/philogl/
MIT License
806 stars 154 forks source link

Enhance typed Array integration #13

Closed philogb closed 13 years ago

philogb commented 13 years ago

By ensuring all vertices, normals, texCoords, indices use typed arrays. Maybe also consider true getters and setters for colors, vertices, normals and other properties so we can ensure they're typed arrays in the correct format.

philogb commented 13 years ago

Plus translate Vec3, Mat4, Quat to use typed arrays as well (and add setters and getters for known properties).

philogb commented 13 years ago

Done. Finally.