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

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

81. LayaAir3D基础数学工具(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 62%]

... directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); ``` **四元数(Quaternion)** ​ 四元数在LayaAir中用于计算旋转。它们计算紧凑高效,不受万向节锁的困扰,并且可以很方便快速地进行球面插值。 关于四元数的使用有需求的可以自行了...

来源: Laya2.0_文档 发布时间: 20210715

82. LayaAir3D基础数学工具(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 62%]

...色 directionLight.color = new Vector3(0.6, 0.6, 0.6); ``` **四元数(Quaternion)** ​ 四元数在LayaAir中用于计算旋转。它们计算紧凑高效,不受万向节锁的困扰,并且可以很方便快速地进行球面插值。 关于四元数的使用有需求的可以自行了解...

来源: Laya2.0_文档 发布时间: 20210715

83. U3D场景导不出,出现以下问题。求帮忙导出!!!!! [ 62%]

...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild)...

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

84. 使用layaAir3D从unity3D中导出场景模型时报错 [ 60%]

...eObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild)...

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

85. LayaAir3D中的Transform变换(JavaScript-3D基础(JS)-LayaAir3D图形系统基础概念) [ 60%]

...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...

来源: Laya2.0_文档 发布时间: 20210715

86. 动画-旧版骨骼动画 [ 60%]

...HIERARCHY_LOADED, this, function () { zombie.transform.rotation = new Laya.Quaternion(-0.7071068, 0, 0, -0.7071068); zombie.transform.position = new Laya.Vector3(0.3, 0, 0); addSkinComponent(zombie); loadUI(); }); var skinAniUrl = [ "../../res/threeDimen/skinModel/Zombie/old/Assets/Zombie/Model/z@wa...

来源: Laya_示例 发布时间: 20240930

87. LayaAir3D中的Transform变换(ActionScript-3D基础(AS3)-LayaAir3D图形系统基础概念) [ 60%]

...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...

来源: Laya2.0_文档 发布时间: 20210714

88. LayaAir3D中的Transform变换(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 60%]

...trix4x4` 局部矩阵。 `position:Vector3` 世界位置。 `localRotation:Quaternion` 局部旋转。 `scale:Vector3` 世界缩放。 `worldMatrix:Matrix4x4` 世界矩阵 `rotation:Quaternion` 世界旋转。 `right:Vector3` [read-only] 获取向右方向。 `forward:Vector3` [read-only]获取向...

来源: Laya2.0_文档 发布时间: 20210715

89. laya.d3.physics.Rigidbody3D_API3.0 [ 59%]

...。 Parameters value: number Returns void orientation get orientation(): Quaternion set orientation(q: Quaternion): void Defined in laya/d3/physics/Rigidbody3D.ts:422 设置物理旋转 Returns Quaternion Defined in laya/d3/physics/Rigidbody3D.ts:416 设置物理旋转 Parameters q: Quaternion Retur...

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

90. 3D变换 · LayaAir3.0文档 · LAYABOX [ 58%]

...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_文档 发布时间: 20230821