• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0012 秒)

1. 武器怎么绑定? [ 100%]

...模型             roleMan = new MeshSprite3D(Mesh.load("3d/man/hero-mon_1129.lm"));             roleMan.transform.localScale = new Vector3(0.01, 0.01, 0.01);             roleMan.transform.localPosition = new Vector3(0, -0.5, -3);             scene.addChild(roleMa...

来源: Laya_社区 发布时间: 20170401

2. 加载学堂3D角色资源,播放动画异常 [ 84%]

...男角色模型 this.roleMan = new Laya.MeshSprite3D(Laya.Mesh.load("man/hero-mon_1129.lm")); this.roleMan.transform.localScale = new Laya.Vector3(0.01,0.01,0.01); this.roleMan.transform.localPosition = new Laya.Vector3(0,-0.5,-3); this.scene.addChild(this.roleMan); //给男角色添加贴图动画 ...

来源: Laya_社区 发布时间: 20180725