Add lighting shader
This commit is contained in:
parent
e88b4589d2
commit
0cd383794c
11 changed files with 144 additions and 295 deletions
|
|
@ -0,0 +1,8 @@
|
|||
import { Command } from '../command';
|
||||
import { vec2 } from 'gl-matrix';
|
||||
|
||||
export class CursorMoveCommand extends Command {
|
||||
public constructor(public readonly position?: vec2) {
|
||||
super();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue