大约有 174 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...nion createFromMatrix4x4(mat:Matrix4x4, out:Quaternion):void[static] 从旋转矩阵计算四元数 Quaternion createFromYawPitchRoll(yaw:Number, pitch:Number, roll:Number, out:Quaternion):void[static] 从欧拉角生成四元数(顺序为Yaw、Pitch、Roll) Quaternion dot(left:Quaterni...
来源: Laya2.0_api 发布时间: 20190513
旋转Z轴后,碰撞是有效果的,但onCollisionEnter没有回调。 一块木板,是横向的,现旋转Z轴,90度,把它直立起来。一个角色,使用了CharacterController,使用move行走,发现和木板碰撞产生了效果,但没有执行回调。 2019-07-17 添加评...
来源: Laya_社区 发布时间: 20190717
...e.motionClasspublic class RotationInfoInheritanceRotationInfo Object 保存旋转信息的类。请勿修改本类的属性。 Public Properties PropertyDefined By absolute : Boolean 指示设备是否可以提供绝对方位数据(指向地球坐标系),或者设备决定的任意坐标...
来源: laya_api 发布时间: 20170929
...(value: Quaternion): void Defined in laya/d3/core/Transform3D.ts:236 局部旋转。 Returns Quaternion Defined in laya/d3/core/Transform3D.ts:245 局部旋转。 Parameters value: Quaternion Returns void localRotationEuler get localRotationEuler(): Vector3 set localRotationEuler(value: Vector3): vo...
来源: Laya3.0_api 发布时间: 20231115
...D引擎中我们是直接调整x、y坐标来控制显示对象的位置与旋转方向,3D引擎中显示对象较为复杂,加入了z轴坐标,因此我们用到了Vector3三维向量,用它的值分别代表着x、y、z。 但是,各种3D引擎和3D模型动画制作软件对坐标方向...
来源: Laya2.0_文档 发布时间: 20210715
...D引擎中我们是直接调整x、y坐标来控制显示对象的位置与旋转方向,3D引擎中显示对象较为复杂,加入了z轴坐标,因此我们用到了Vector3三维向量,用它的值分别代表着x、y、z。 但是,各种3D引擎和3D模型动画制作软件对坐标方向...
来源: Laya2.0_文档 发布时间: 20210715
...D引擎中我们是直接调整x、y坐标来控制显示对象的位置与旋转方向,3D引擎中显示对象较为复杂,加入了z轴坐标,因此我们用到了Vector3三维向量,用它的值分别代表着x、y、z。 但是,各种3D引擎和3D模型动画制作软件对坐标方向...
来源: Laya2.0_文档 发布时间: 20210715
3D中如何获取模型的世界旋转角度,不是localRotationEuler,不是四元数,是在世界中x,y,z轴上的旋转角度 2018-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来...
来源: Laya_社区 发布时间: 20180823
...rnion): void Defined in laya/maths/Quaternion.ts:341 根据绕X轴的角度旋转四元数 Parameters rad: number 角度 out: Quaternion 输出四元数 Returns void rotateY rotateY(rad: number, out: Quaternion): void Defined in laya/maths/Quaternion.ts:357 根据绕Y轴的制定角度旋转四元...
来源: Laya3.0_api 发布时间: 20231115
...ion): void Defined in laya/d3/math/Quaternion.ts:341 根据绕X轴的角度旋转四元数 Parameters rad: number 角度 out: Quaternion 输出四元数 Returns void rotateY rotateY(rad: number, out: Quaternion): void Defined in laya/d3/math/Quaternion.ts:357 根据绕Y轴的制定角度旋转四元...
来源: Laya3.0_api 发布时间: 20231102