This commit is contained in:
parent
eef2dcd5a5
commit
bf5ebbc454
@ -20,7 +20,8 @@ import {DefaultScene} from "./defaultScene";
|
|||||||
import {Introduction} from "./tutorial/introduction";
|
import {Introduction} from "./tutorial/introduction";
|
||||||
import {PouchData} from "./integration/database/pouchData";
|
import {PouchData} from "./integration/database/pouchData";
|
||||||
|
|
||||||
const webGpu = false;
|
const webGpu = new URLSearchParams(window.location.search).has('webGPU');
|
||||||
|
console.log(`Rendering backend: ${webGpu ? 'WebGPU' : 'WebGL'}`);
|
||||||
|
|
||||||
log.setLevel('debug', false);
|
log.setLevel('debug', false);
|
||||||
export default class VrApp {
|
export default class VrApp {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user