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

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

641. 材质的功能介绍(ActionScript-3D基础(AS3)-LayaAir3D之Material材质) [ 40%]

...前的材质。 ​ LayaAir 3D引擎为我们提供了网格渲染器MeshRenderer类和蒙皮动画网格渲染器SkinnedMeshRenderer,在可视模型上提供了它们的实例,我们可以通过它们来获取模型上的材质。 ​ **Tips**:MeshSprite3D模型中为meshRenderer,SkinnedMes...

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

642. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 40%]

...前的材质。 ​ LayaAir 3D引擎为我们提供了网格渲染器MeshRenderer类和蒙皮动画网格渲染器SkinnedMeshRenderer,在可视模型上提供了它们的实例,我们可以通过它们来获取模型上的材质。 ​ **Tips**:MeshSprite3D模型中为meshRenderer,SkinnedMes...

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

643. laya.d3.core.scene.BaseScene [ 39%]

...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式有最大2048大小限制,会额外增加内存开销,不断重绘时开销比较大,但是会减少drawcall,渲染性能最高。 webgl下命令缓存模式只会...

来源: laya_api 发布时间: 20170422

644. laya.ui.List [ 39%]

...eritanceList Box UIComponent Sprite Node EventDispatcher ObjectImplements IRender, IItem List 控件可显示项目列表。默认为垂直方向列表。可通过UI编辑器自定义列表。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By ac...

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

645. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 39%]

...andardMaterial,为什么transformUV始终是null var material = mesh.meshRender.material; console.log(material.transformUV); 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 ymsdandan 赞同来自: 有...

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

646. 材质-BlinnPhong材质加载 [ 39%]

...ets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); //加载材质 layaMonkey.meshRender.material = Laya.StandardMaterial.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/Materials/T_Diffuse.lmat"); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rot...

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

647. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 38%]

...ileroot.getChildAt(1).getChildAt(0).clone(); undefined bom2 MeshSprite3D {_render: MeshRender, _geometryFilter: MeshFilter, _projectionViewWorldMatrix: Matrix4x4, _projectionViewWorldUpdateLoopCount: -1, _projectionViewWorldUpdateCamera: null…} bom2.transform.worldMatrix Matrix4x4elements: Float32...

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

648. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 38%]

...urrTexture=this.templet.getTexture(tName); if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } } }else { this.displayIndex=-1; this.currDisplayData=null; ...

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

649. 请教LayaAir 2.2.0 改了哪些有关mask的代码 [ 38%]

...laya.feifan.bandarq2.0/bin/libs/laya.core.js:10451:24)   at Stage.__proto.render (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:31079:13)   at Stage.__proto._loop (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:31018:8)   at loop (file:///F:/Laya2W...

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

650. [LayaNative3]Laya3.28/9原生打包ISO视频播放闪退 [ 38%]

... exception 'NSInvalidArgumentException', reason: '-[__NSSingleObjectArrayI render:toBitmap:rowBytes:bounds:format:colorSpace:]: unrecognized selector sent to instance 0x300633400' *** First throw call stack: (0x19ef68f20 0x196e172b8 0x19f072480 0x19ef05fb4 0x19ef058d0 0x10297b8b4 0x102815fe0 0x1028b...

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