-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use npm modules instead of bundling three-math.js #2
Comments
Definitely interest in further reducing the dependency on three.js. I took On Wed, Feb 11, 2015 at 9:26 PM, deathcap notifications@github.com wrote:
|
See @toji's recent commit to remove three-math and replace it with math-utils. |
Update to the latest offical master version
Would there be interest in converting webvr-polyfill to use various NPM modules for math instead of the included https://github.com/borismus/webvr-polyfill/blob/master/src/three-math.js? E.g.:
https://www.npmjs.com/package/gl-vec2
https://www.npmjs.com/package/gl-vec3
https://www.npmjs.com/package/gl-matrix-quat
https://www.npmjs.com/package/gl-matrix
(started working on this at https://github.com/deathcap/webvr-polyfill/tree/gl-vec3, but very incomplete)
The text was updated successfully, but these errors were encountered: