Add palette system
This commit is contained in:
parent
f60ae06f59
commit
98d1fc9ca2
19 changed files with 196 additions and 113 deletions
|
|
@ -6,5 +6,6 @@ export interface RuntimeSettings {
|
|||
isWorldInverted: boolean;
|
||||
shadowLength: number;
|
||||
lightCutoffDistance: number;
|
||||
colorPalette: Array<vec3>;
|
||||
ambientLight: vec3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
export interface StartupSettings {
|
||||
shadowTraceCount: string;
|
||||
shadowTraceCount: number;
|
||||
paletteSize: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue