Improve color handling approach
This commit is contained in:
parent
e53ca905af
commit
f29293c475
22 changed files with 259 additions and 181 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { vec4 } from 'gl-matrix';
|
||||
import { StartupSettings } from './startup-settings';
|
||||
|
||||
/**
|
||||
|
|
@ -7,5 +8,6 @@ export const defaultStartupSettings: StartupSettings = {
|
|||
shadowTraceCount: 16,
|
||||
paletteSize: 256,
|
||||
ignoreWebGL2: false,
|
||||
backgroundColor: vec4.fromValues(1, 1, 1, 1),
|
||||
enableStopwatch: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue