mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
78bfcd71af
commit
9d723aaaa6
3 changed files with 4 additions and 4 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -84,10 +84,10 @@ export const pictureFrame = defineObject({
|
|||
|
||||
applyDirection();
|
||||
|
||||
console.log(matMesh.morphTargetManager!.getTargetByName('MatH')!, matMesh.morphTargetManager!.getTargetByName('MatV')!);
|
||||
|
||||
//matMesh.morphTargetManager!.getTargetByName('MatH')!.influence = 0.5;
|
||||
//matMesh.morphTargetManager!.getTargetByName('MatV')!.influence = 0.5;
|
||||
//matMesh.morphTargetManager!.getTargetByName('MatH')!.influence = 0.6;
|
||||
//matMesh.morphTargetManager!.getTargetByName('MatV')!.influence = 0.6;
|
||||
//pictureMesh.morphTargetManager!.getTargetByName('PictureH')!.influence = 0.6;
|
||||
//pictureMesh.morphTargetManager!.getTargetByName('PictureV')!.influence = 0.6;
|
||||
|
||||
const tex = new BABYLON.Texture('http://syu-win.local:3000/files/b6cefaba-3093-4c57-a7f8-993dee62c6f7', room.scene, false, false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue