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

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

31. 3D中摄像机绕物体旋转该如何实现? [ 33%]

...; Vector3.scale(this.GetForward, this.CurrentDistance, this.tempV) Vector3.subtract(this.AroundPos, this.tempV, this.tempV1) this.transform.position = this.tempV1; this.lastMouseX = Laya.stage.mouseX; this.lastMouseY = Laya.stage.mouseY; } //记录上一次手机触摸位置判断用户是在左放...

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

32. 官方案例里摄像机绕物体旋转脚本的问题 [ 33%]

...; Vector3.scale(this.GetForward, this.CurrentDistance, this.tempV) Vector3.subtract(this.AroundPos, this.tempV, this.tempV1) this.transform.position = this.tempV1; this.lastMouseX = Laya.stage.mouseX; this.lastMouseY = Laya.stage.mouseY; } //记录上一次手机触摸位置判断用户是在左放...

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