大约有 94 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)
...是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 ParticleMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMaterial dstB...
来源: laya_api 发布时间: 20170603
...是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 ShurikenParticleMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMateri...
来源: laya_api 发布时间: 20170929
...getRes("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
... this.mat1 = new Laya.BlinnPhongMaterial; //添加漫反射贴图 Laya.Texture2D.load("res/threeDimen/Physics/rocks.jpg", Laya.Handler.create(this, function (tex) { this.mat1.albedoTexture = tex; })); //平面加载 ...
来源: Laya_社区 发布时间: 20201127
...hreeDimen/texture/earth.png") as Texture2D; //为PBRStandard材质设置漫反射贴图 pbrStandardMaterial.albedoTexture = pbrTexture; //修改导出球的材质 sphere.meshRenderer.material = pbrStandardMaterial; ``` ![](img/5.png)(图5) ### 3.是否能接受阴影 阴影在前面的 **灯光篇**...
来源: Laya2.0_文档 发布时间: 20210715
...imen/texture/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
...是否深度写入。BaseMaterial diffuseTexture : BaseTexture 获取漫反射贴图。 PBRMaterial dstBlend : int目标混合参数,在blend为BLEND_ENABLE_ALL时生效。BaseMaterial dstBlendAlpha : intAlpha目标混合参数,在blend为BLEND_ENABLE_SEPERATE时生效。BaseMaterial dstBlendR...
来源: laya_api 发布时间: 20170929
... 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...
来源: Laya_社区 发布时间: 20191009
...力投入unity研究开发; 2.可以打开球的材质文件,查看漫反射贴图路径;或者看你代码中是否设置贴图错误。 3.不起作用只能调试了,对比并调试下官方自定义shader的示例。 2017-05-25 0 0 分享 微博 QZONE 微信 ebaww 赞同来自: 两只熊...
来源: Laya_社区 发布时间: 20170524
...aterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:134 漫反射颜色。 Returns Color Inherited from PBRMaterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:138 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture s...
来源: Laya3.0_api 发布时间: 20231102