大约有 39 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
...运行在chrome里面 听不见声音 加载到舞台的3D模型不显示贴图 ui list 里面的元素不能点击两次 IDE1.7.8 json图集加载问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined Animation 的createFrames 使用已经加载...
来源: Laya_社区 发布时间: 20190515
...“鼠标是否处于按下状态”? 加载到舞台的3D模型不显示贴图 unity中的模型导出后在laya中显示不正常 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 如何判断横屏竖屏 一个时间轴动画...
来源: Laya_社区 发布时间: 20171113
... this.mat5 = new Laya.BlinnPhongMaterial; //添加漫反射贴图 Laya.Texture2D.load("res/threeDimen/Physics/rocks.jpg", Laya.Handler.create(this, function (tex) { this.mat1.albedoTexture = tex; })); Laya.Texture2D.load("res/three...
来源: Laya_社区 发布时间: 20191009
... directionLight.shadowDistance = 3; //生成阴影贴图尺寸 directionLight.shadowResolution = 2048; //生成阴影贴图数量 directionLight.shadowPSSMCount = 1; //模糊等级,越大越高,更耗性能 ...
来源: Laya_社区 发布时间: 20190509
...("res/threeDimen/texture/earth.png"); //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材质 this.sphere.meshRenderer.material = this.pbrStandardMaterial; ``` ![](img/5.png)(图5) ### 3.是否能接受阴影 阴影在前面的...
来源: Laya2.0_文档 发布时间: 20210715
...men/texture/earth.png") as Texture2D; //为PBRStandard材质设置漫反射贴图 pbrStandardMaterial.albedoTexture = pbrTexture; //修改导出球的材质 sphere.meshRenderer.material = pbrStandardMaterial; ``` ![](img/5.png)(图5) ### 3.是否能接受阴影 阴影在前面的 **灯光篇** 的 *...
来源: Laya2.0_文档 发布时间: 20210715
...exture/earth.png") as Laya.Texture2D; //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材质 this.sphere.meshRenderer.material = this.pbrStandardMaterial; ``` ![](img/5.png)(图5) ### 3.是否能接受阴影 阴影在前面的...
来源: Laya2.0_文档 发布时间: 20210715
...ng -> Color Space,操作如图2-7所示。 (图2-7) 2.关于法线贴图的提醒 Unity的法线贴图经过了压缩,在导出的时候可能会存在LayaAir IDE预览与Unity不一致的情况,对于自定义Shader的用户需要注意法线的变换。 三、资源导出插件的功...
来源: Laya3.0_文档 发布时间: 20241109
...选项导出,会导出整个场景,无论场景中的模型、材质、贴图、动画、还是光照贴图全部导出。主要用于整个场景的制作导出和直接使用,导出后的文件扩展名是`.ls`。在LayaAir引擎中,需要用Scene类或它的继承类加载。 ##### 预设...
来源: Laya2.0_文档 发布时间: 20210714