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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user