大约有 28 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
... decompose是分解矩阵函数。 decompose(translation:Vector3, rotation:Quaternion, scale:Vector3):Boolean 假设单位矩阵A ,平移后变成矩阵B,缩放某轴后变成矩阵C,绕某轴旋转后变成矩阵D。然后用decompose可以分别获得 平移向量、缩放向量、旋转四...
来源: Laya_社区 发布时间: 20170227
...l Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchQuaternion" ConchQuaternion Class ConchQuaternion Quaternion 类用于创建四元数。 Hierarchy ConchQuaternion Implements IClone Index Constructors constructor Properties elements DEFAULT NAN Accessors w x y z Methods clo...
来源: Laya3.0_api 发布时间: 20231102
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210715
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210714
...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...
来源: Laya2.0_文档 发布时间: 20210715
...可以做到阴影效果,如下代码 Matrix4x4.TRS(Vector3.one * 0.5f, Quaternion.identity, Vector3.one * 0.5f) * shadowCamera.projectionMatrix * shadowCamera.worldToCameraMatrix * plane.transform.localToWorldMatrix 在laya上相同公式,uv计算出来后不正确,看出问题的同学,...
来源: Laya_社区 发布时间: 20200229
...a.Vector3(0, 0, 0); this._finalPosition = new Laya.Vector3(0, 0, 0); this._quaternion = new Laya.Quaternion(); this.index = 0; this.curPathIndex = 0; this.nextPathIndex = 1; this.pointCount = 10; Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat....
来源: Laya_示例 发布时间: 20241118
...ctor3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector30); Vector3.add(this.localPosition, Transform3D._tempVector30, this._localPo...
来源: Laya3.0_文档 发布时间: 20241014