1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 13:54:12 +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

@@ -169,6 +169,7 @@ export const tabletopPictureFrame = defineObject({
tex.wrapU = BABYLON.Texture.MIRROR_ADDRESSMODE;
tex.wrapV = BABYLON.Texture.MIRROR_ADDRESSMODE;
pictureMaterial.unfreeze();
pictureMaterial.albedoColor = new BABYLON.Color3(1, 1, 1);
pictureMaterial.albedoTexture = tex;