mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 00:54:06 +02:00
Update pictureFrame.ts
This commit is contained in:
@@ -149,6 +149,7 @@ export const pictureFrame = defineObject({
|
|||||||
const applyDepth = () => {
|
const applyDepth = () => {
|
||||||
frameMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
|
frameMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
|
||||||
//coverMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
|
//coverMesh.morphTargetManager!.getTargetByName('Depth')!.influence = options.depth;
|
||||||
|
coverMesh.morphTargetManager!.getTargetByName('Depth')!.influence = 0;
|
||||||
meshUpdated();
|
meshUpdated();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user