大约有 109 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(52) Laya2.0_文档(20) Laya3.0_api(14) Laya2.0_示例(6) Laya_示例(6) laya_api(5) Laya2.0_api(4) Laya3.0_文档(2)
...算顶点位置的逻辑,参考下官方边缘光照的shader。 #ifdef BONE mat4 skinTransform=mat4(0.0); skinTransform += u_Bones[int(a_BoneIndices.x)] * a_BoneWeights.x; skinTransform += u_Bones[int(a_BoneIndices.y)] * a_BoneWeights.y; skinTransform += u_Bones[int(a_BoneIndices.z)] * a_BoneWeig...
来源: Laya_社区 发布时间: 20170815
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/ani/bone/Skeleton" Skeleton Class Skeleton 骨骼动画由Templet,AnimationPlayer,Skeleton三部分组成。 Hierarchy Sprite Skeleton Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url aut...
来源: Laya3.0_api 发布时间: 20231115
...Renderer Implements IBoundsCell Index Constructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bones bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset localBoun...
来源: Laya3.0_api 发布时间: 20231115
...,获取里面的节点位置信息不对 我通过遍历_skeleton.templet.mBoneArr,查找到对应的bone对象,.然后从bone对象的 resultTransform 中取得到tx,和ty数据..再用 localToWorld取得该节点的实际坐标数据,但这个数据有时正常,有时不正常,有什么原因可...
来源: Laya_社区 发布时间: 20180417
... (图7) #### 3.2 spine动画播放示例 下面的示例将用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&t...
来源: Laya2.0_文档 发布时间: 20210715
... (图7) #### 3.2 spine动画播放示例 下面的示例将用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&t...
来源: Laya2.0_文档 发布时间: 20210715
... (图7) #### 3.2 spine动画播放示例 下面的示例将用到`laya.ani.bone.Skeleton` 类,具体API说明可直接打开链接查看:[https://layaair.ldc.layabox.com/api/?category=Bone&class=laya.ani.bone.Skeleton](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&t...
来源: Laya2.0_文档 发布时间: 20210715
...Renderer Implements IBoundsCell Index Constructors constructor Properties _bones _extra _receiveShadow _singleton owner runInEditor scriptPath sortingFudge Accessors awaked bones bounds boundsChange castShadow destroyed distanceForSort enabled hideFlags id lightmapIndex lightmapScaleOffset localBoun...
来源: Laya3.0_api 发布时间: 20231115
Layabox 可不可以刷新骨骼数据 .skinnedMeshRenderer.bones 这个是个只读的,不能赋值,要是能刷新骨骼数据请问怎么刷新 2019-10-27 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20191027
...骨骼部分,首先将需要替换的骨骼清空 skinnedMeshRenderer.bones.length = 0 然后,从显示的骨骼中获取到需要使用的骨骼,添加到bones里面,这样就实现了功能替换。 2020-11-25 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问...
来源: Laya_社区 发布时间: 20201125