The lkg object shouldn't be retrieved from the device or spoofed unless holoplay is enabled.

This commit is contained in:
Rezmason
2021-12-19 22:41:10 -08:00
parent 1a7043a986
commit bdd8782619
3 changed files with 7 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ const defaults = {
resolution: 1, // An overall scale multiplier
useHalfFloat: false,
renderer: "webgpu", // The preferred web graphics API
useHoloplay: false,
};
const versions = {
@@ -229,6 +230,7 @@ const versions = {
volumetric: true,
forwardSpeed: 0,
density: 3,
useHoloplay: true,
},
};
versions.throwback = versions.operator;