Provides aliases for backwards compatibility with the 3.x API (32-bit).
To facilitate easier adoption of version 4 of gl-matrix and maintain compatability with existing codebases the
modern API can be accessed via remapped exports matching the version 3 API from the gl-matrix/classic sub-path
export. The only change required is altering imports from gl-matrix to gl-matrix/classic.
Provides aliases for backwards compatibility with the
3.x
API (32-bit).To facilitate easier adoption of version 4 of
gl-matrix
and maintain compatability with existing codebases the modern API can be accessed via remapped exports matching the version 3 API from thegl-matrix/classic
sub-path export. The only change required is altering imports fromgl-matrix
togl-matrix/classic
.