Update pictureFrame.ts

This commit is contained in:
syuilo
2026-03-04 11:58:54 +09:00
parent 349ee141bb
commit 1d3ddd279b

View File

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