Fix uncleared uniforms bug
This commit is contained in:
parent
374796f398
commit
81eb0220d2
5 changed files with 20 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { RuntimeSettings } from './runtime-settings';
|
|||
* Contains the default values used for [[RuntimeSettings]].
|
||||
*/
|
||||
export const defaultRuntimeSettings: RuntimeSettings = {
|
||||
enableHighDpiRendering: true,
|
||||
enableHighDpiRendering: false,
|
||||
tileMultiplier: 8,
|
||||
isWorldInverted: false,
|
||||
lightCutoffDistance: 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue