mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00: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;
|
||||
matMesh.morphTargetManager!.getTargetByName('MatWidth')!.influence = options.width;
|
||||
matMesh.morphTargetManager!.getTargetByName('MatHeight')!.influence = options.height;
|
||||
coverMesh.morphTargetManager!.getTargetByName('CoverWidth')!.influence = options.width;
|
||||
coverMesh.morphTargetManager!.getTargetByName('CoverHeight')!.influence = options.height;
|
||||
|
||||
applyMatThickness();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user