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

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

21. laya.d3.math.Matrix4x4 [ 59%]

... createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从元数计算旋转矩阵 Matrix4x4  createLookAt(eye:Vector3, target:Vector3, up:Vector3, out:Matrix4x4):void[static] 计算观察矩阵 Matrix4x4  createOrthoOffCenterRH(left:Number, right:Number, bottom:Number, top:N...

来源: laya_api 发布时间: 20170929

22. 摄像头自动旋转不行,哪里错了吗 [ 57%]

...复 183*****755 赞同来自: cuixueying 3D中的旋转是基于欧拉元数进行旋转的 scene.currentCamera.transform.rotation,去查下这个API! 或者去查看下照相机移动的脚本CameraMoveScript 2016-09-22 1 0 分享 微博 QZONE 微信 SONIC3D 赞同来自: // 按度制,...

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

23. laya.d3.math.Matrix4x4 [ 56%]

... createFromQuaternion(rotation:Quaternion, out:Matrix4x4):void[static] 从元数计算旋转矩阵 Matrix4x4  createLookAt(eye:Vector3, target:Vector3, up:Vector3, out:Matrix4x4):void[static] 计算观察矩阵 Matrix4x4  createOrthoOffCenter(left:Number, right:Number, bottom:Number, top:Num...

来源: Laya2.0_api 发布时间: 20190513

24. 3d模型旋转问题 [ 55%]

...个矩形。需要上下左右旋转。。搞了两天了还没搞定。 元数 欧拉 都试过了。。x z y轴总是会随着y轴的旋转变更旋转方向。。到现在还没彻底解决。。。。 fool_tiger • 2018-05-24 08:51 就是一个球体(地球),用鼠标左右拖动,...

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

25. rotate设置的值和获取的值不一样 [ 55%]

... rotate 旋转的是欧拉。 你获取的localRotation,rotation都是元数 参考下这个http://ask.layabox.com/question/1745、   2017-06-05 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jison_ailin 相关问题 使用钢...

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

26. 3D旋转如何做tween缓动?目前尝试了localRotationEuler,rotationEuler。 [ 51%]

...道是不是我理解错了)。 3.想参考 transform.rotate()转化为四元素Quaternion来实现,可是Quaternion的属性是只读的,没有set方法,也没办法做缓动。 2017-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

27. laya.maths.Matrix4x4_API3.0 [ 47%]

...Defined in laya/maths/Matrix4x4.ts:527 分解矩阵为平移向量、旋转元数、缩放向量。 Parameters translation: Vector3 平移向量。 rotation: Quaternion 旋转元数。 scale: Vector3 缩放向量。 Returns boolean 是否分解成功。 decomposeYawPitchRoll decomposeYawPitchR...

来源: Laya3.0_api 发布时间: 20231115

28. 3D变换 · LayaAir3.0文档 · LAYABOX [ 47%]

...p(1, this, this.animate); } private animate(): void { // 旋转立方体(元数) this.cube.transform.rotate(this.rot, false, false); } } 旋转的效果如动图2-1所示: (动图2-1) 2.2 localRotationEuler() 第二种是欧拉旋转localRotationEuler():Vector3,它的使用非常...

来源: Laya3.0_文档 发布时间: 20241014

29. laya.d3.math.Matrix4x4_API3.0 [ 45%]

...fined in laya/d3/math/Matrix4x4.ts:505 分解矩阵为平移向量、旋转元数、缩放向量。 Parameters translation: Vector3 平移向量。 rotation: Quaternion 旋转元数。 scale: Vector3 缩放向量。 Returns boolean 是否分解成功。 decomposeYawPitchRoll decomposeYawPitchR...

来源: Laya3.0_api 发布时间: 20231102

30. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 38%]

...是我做的 (笑哭) LagField • 2017-12-28 14:37 根据欧拉元数的静态方法都会扭曲坐标系......我觉得这不是设计问题吧,这是BUG呀 LagField • 2017-12-28 14:37 @Laya_Aaron:能不能把这个问题让引擎组的人看看,让他们定位一下问题呀,...

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