mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 13:04:48 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -483,6 +483,7 @@ export class WorldEngine extends EventEmitter<WorldEngineEvents> {
|
|||||||
tex.video.volume = 0.25;
|
tex.video.volume = 0.25;
|
||||||
tex.video.muted = true;
|
tex.video.muted = true;
|
||||||
|
|
||||||
|
screenMaterial.albedoColor = new BABYLON.Color3(0, 0, 0);
|
||||||
screenMaterial.emissiveTexture = tex;
|
screenMaterial.emissiveTexture = tex;
|
||||||
screenMaterial.emissiveColor = new BABYLON.Color3(1, 1, 1);
|
screenMaterial.emissiveColor = new BABYLON.Color3(1, 1, 1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user