WIP
This commit is contained in:
parent
24cc572e47
commit
345e183e34
30 changed files with 628 additions and 187 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { vec2 } from 'gl-matrix';
|
||||
import { IPrimitive } from './drawables/primitives/i-primitive';
|
||||
import { ILight } from './drawables/lights/i-light';
|
||||
import { IPrimitive } from './drawables/primitives/i-primitive';
|
||||
|
||||
export interface IRenderer {
|
||||
startFrame(deltaTime: DOMHighResTimeStamp): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue