glm-js
glm-js copied to clipboard
Errors being thrown in IE11
Using the library on a page in IE11 and the following errors are showing int he dev console:
'glm_vec3_Error' is undefined
Also If I type our glm in the console. it is showing as null, in other browsers it shows the full glm object.
Typing GLM
in the console in IE11 shows an object but it does not have the function vec3() that I need.