This commit is contained in:
syuilo
2026-05-13 15:48:34 +09:00
parent 9d102c2a70
commit b53e4f6742
15 changed files with 6 additions and 8 deletions
@@ -89,10 +89,6 @@ export abstract class EngineControllerBase {
if (this.options.resolution === 2) babylonEngine.setHardwareScalingLevel(0.5);
if (this.options.resolution === 0.5) babylonEngine.setHardwareScalingLevel(2);
//this.engine = new RoomEngine(this.roomState.value, {
// engine: babylonEngine,
// ...this.options,
//});
this.engine = await params.createEngine(babylonEngine);
this.engine.on('ev', ({ type, ctx }) => {