
Lv.1
签名:不知道.....
在 【每日一个岛3建图小技巧】可穿戴设备教程,给自己在地图里换个装吧! 中回复
world.onPlayerJoin(({entity}) => { entity.player.addWearable({ bodyPart: Box3BodyPart.HEAD, mesh: 'mesh/三级盔.vb', orientation: new Box3Quaternion(0,10,0).rotateY(-Math.PI/2), offset: new Box3Vector3(0,0.4,0.1), }); entity.player.addWearable({ bodyPart: Box3BodyPart.RIGHT_torso, mesh: 'mesh/喵[精美].vb', orientation: new Box3Quaternion(0,10,0).rotateY(-Math.PI/2), offset: new Box3Vector3(-0.05,-0.1,0.5), scale: new Box3Vector3(0.3,0.3, 0.3), }); });
用这个代码
2022-03-01T09:18:51 点赞:1