Add glMatrix
This commit is contained in:
parent
582979d3ed
commit
e88b4589d2
26 changed files with 211 additions and 358 deletions
|
|
@ -1,4 +1,9 @@
|
|||
import './styles/main.scss';
|
||||
import { Game } from './scripts/game';
|
||||
import { applyArrayPlugins } from './scripts/helper/array';
|
||||
import { glMatrix } from 'gl-matrix';
|
||||
|
||||
glMatrix.setMatrixArrayType(Array);
|
||||
applyArrayPlugins();
|
||||
|
||||
new Game();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue