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

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

1. 2.0版本可用的CameraMoveScript.ts [ 100%]

...  this._tempVector3.z = distance;         this.camera.transform.translate(this._tempVector3);     }      /**      * 向右移动。      * @param distance 移动距离。      */     moveRight(distance: number): void {         this._tempVector3.y = this._te...

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

2. 相机(3D物体)旋转之后,xyz还是之前那个方向 [ 89%]

...正常 this.camera.transform.localRotation先旋转 this.camera.transform.translate(this._tempVector3,false); 再移动 控制y轴向前走,斜着走或者是后面走,反正不正常   2020-09-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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