1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 00:35:52 +02:00
This commit is contained in:
syuilo
2026-03-04 11:57:40 +09:00
parent 9070159db7
commit 349ee141bb
3 changed files with 1 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ export const pictureFrame = defineObject({
const applyDepth = () => {
frameMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
//coverMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
meshUpdated();
};