1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 16:25:44 +02:00
This commit is contained in:
syuilo
2026-04-18 20:30:53 +09:00
parent 02d365e27b
commit 3253d30073
3 changed files with 1 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ export class WorldEngine extends EventEmitter<WorldEngineEvents> {
tex.video.volume = 0.25;
tex.video.muted = true;
screenMaterial.albedoColor = new BABYLON.Color3(0, 0, 0);
screenMaterial.emissiveTexture = tex;
screenMaterial.emissiveColor = new BABYLON.Color3(1, 1, 1);