Add more options
This commit is contained in:
parent
d0b53678e2
commit
2481cfc3e6
14 changed files with 102 additions and 117 deletions
8
src/graphics/rendering/runtime-settings.ts
Normal file
8
src/graphics/rendering/runtime-settings.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { vec3 } from 'gl-matrix';
|
||||
|
||||
export interface RuntimeSettings {
|
||||
enableHighDpiRendering: boolean;
|
||||
tileMultiplier: number;
|
||||
isWorldInverted: boolean;
|
||||
ambientLight: vec3;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue