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();
};