mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 21:45:31 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -150,6 +150,8 @@ export const pictureFrame = defineObject({
|
|||||||
frameMesh.morphTargetManager!.getTargetByName('FrameHeight')!.influence = options.height;
|
frameMesh.morphTargetManager!.getTargetByName('FrameHeight')!.influence = options.height;
|
||||||
matMesh.morphTargetManager!.getTargetByName('MatWidth')!.influence = options.width;
|
matMesh.morphTargetManager!.getTargetByName('MatWidth')!.influence = options.width;
|
||||||
matMesh.morphTargetManager!.getTargetByName('MatHeight')!.influence = options.height;
|
matMesh.morphTargetManager!.getTargetByName('MatHeight')!.influence = options.height;
|
||||||
|
coverMesh.morphTargetManager!.getTargetByName('CoverWidth')!.influence = options.width;
|
||||||
|
coverMesh.morphTargetManager!.getTargetByName('CoverHeight')!.influence = options.height;
|
||||||
|
|
||||||
applyMatThickness();
|
applyMatThickness();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user