Use new library

This commit is contained in:
schmelczerandras 2020-09-25 18:48:30 +02:00
parent 9e4bf051fa
commit ed97a7ba86
6 changed files with 34 additions and 27 deletions

View file

@ -14,7 +14,7 @@ import { TunnelScene } from './scenes/tunnel-scene';
import './styles/index.scss';
const scenes = [TunnelScene, RainScene, BlobScene];
const sceneIntervalInSeconds = 8;
const sceneIntervalInSeconds = 800;
glMatrix.setMatrixArrayType(Array);
removeUnnecessaryOutlines();