大约有 26 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0025 秒)
...Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { //设置多描边材质的贴图 customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 ...
来源: Laya2.0_文档 发布时间: 20210715
...Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, fun...
来源: Laya2.0_文档 发布时间: 20210715
...ts/Scenes/Level/XunLongShi/Lightmap-0_comp_light.png")); customMaterial.setDiffuseTexture1(Laya.Texture2D.load("../../res/threeDimen/scene/terrain/terrain/ground_01.jpg")); customMaterial.setDiffuseTexture2(Laya.Texture2D.load("../../res/threeDimen/scene/terrain/terrain/ground_02.jpg")); customMater...
来源: Laya_示例 发布时间: 20250312
...Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, fun...
来源: Laya2.0_文档 发布时间: 20210715
...Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRenderer.sharedMaterial = customMaterial; //开启旋转 Laya.timer.frameLoop(1, this, fun...
来源: Laya2.0_文档 发布时间: 20210714
...,但是烘焙速度越慢。默认:6 Bounce:光线反弹次数 Diffuse bounce:漫反射光线反弹次数。默认:4 Transmission bounce:透射光线反弹次数。默认:12 Glossy bounce:玻璃反弹次数。默认:4 Total bounce:反弹次数。默认:3 Sample_...
来源: Laya3.0_文档 发布时间: 20250310