1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-16 14:25:32 +02:00

Update previewEngine.ts

This commit is contained in:
syuilo
2026-05-09 14:29:04 +09:00
parent 4890673013
commit 79ad7e274c

View File

@@ -53,6 +53,7 @@ export class RoomObjectPreviewEngine {
this.scene = new BABYLON.Scene(this.engine);
this.scene.autoClear = false;
this.scene.skipPointerMovePicking = true;
this.scene.skipFrustumClipping = true; // snapshot renderingでは全てのメッシュがアクティブになっている必要があるため
this.sr = new BABYLON.SnapshotRenderingHelper(this.scene);