Add linting

This commit is contained in:
schmelczerandras 2020-08-18 16:52:11 +02:00
parent 76282a4cf7
commit 40a660b7cb
49 changed files with 237 additions and 334 deletions

View file

@ -1,7 +1,7 @@
import { vec2 } from 'gl-matrix';
import { ILight } from './drawables/lights/i-light';
import { IDrawable } from './drawables/i-drawable';
import { BoundingBoxBase } from '../shapes/bounding-box-base';
import { IDrawable } from './drawables/i-drawable';
import { ILight } from './drawables/lights/i-light';
export interface IRenderer {
startFrame(deltaTime: DOMHighResTimeStamp): void;