大约有 34 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0027 秒)
.../创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRe...
来源: Laya2.0_文档 发布时间: 20210715
.../创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRe...
来源: Laya2.0_文档 发布时间: 20210715
... number): void Defined in laya/d3/core/scene/Scene3D.ts:610 设置环境漫反射的强度 Returns number Defined in laya/d3/core/scene/Scene3D.ts:614 设置环境漫反射的强度 Parameters value: number Returns void ambientMode get ambientMode(): AmbientMode set ambientMode(value: AmbientMode): ...
来源: Laya3.0_api 发布时间: 20231115
.../创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/diffuse.png", Laya.Handler.create(this, function(texture) { customMaterial.albedoTexture = texture; })); //设置材质 layaMonkey.meshRe...
来源: Laya2.0_文档 发布时间: 20210714