1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 02:15:56 +02:00
This commit is contained in:
syuilo
2026-04-08 16:59:32 +09:00
parent 547da71743
commit 7701bca55b
10 changed files with 97 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ export const allInOnePc = defineObject({
tex.wrapV = BABYLON.Texture.MIRROR_ADDRESSMODE;
tex.level = 0.5;
screenMaterial.unfreeze();
screenMaterial.emissiveTexture = tex;
tex.onLoadObservable.addOnce(() => {