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

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

31. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 37%]

.../创建材质 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

32. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 36%]

.../创建材质 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

33. laya.d3.core.scene.Scene3D_API3.0 [ 36%]

... 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

34. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 33%]

.../创建材质 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