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

大约有 266 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)

251. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 44%]

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

252. 3D灯光与阴影 · LayaAir3.0文档 · LAYABOX [ 42%]

...处理器,因此区域灯光在运行时不可用,只能烘焙到光照贴图中。 由于区域光同时从几个不同方向照亮对象,因此阴影趋向于比其他光源类型更柔和、细腻。您可以使用这种光源来创建逼真的路灯或靠近玩家的一排灯光。小的...

来源: Laya3.0_文档 发布时间: 20241014

253. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 42%]

...onent/Volume/reflectionProbe/ReflectionProbe.ts:376 deprecated 设置反射贴图 Returns TextureCube Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbe.ts:380 deprecated 设置反射贴图 Parameters value: TextureCube Returns void type get type(): number Inherited from ReflectionP...

来源: Laya3.0_api 发布时间: 20231115

254. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 41%]

...albedoTexture Defined in laya/d3/core/material/PBRMaterial.ts:145 漫反射贴图。 Returns BaseTexture Inherited from PBRMaterial.albedoTexture Defined in laya/d3/core/material/PBRMaterial.ts:149 漫反射贴图。 Parameters value: BaseTexture Returns void alphaTest get alphaTest(): boolean set a...

来源: Laya3.0_api 发布时间: 20231102

255. laya.d3.core.material.EffectMaterial_API3.0 [ 40%]

...: BaseTexture): void Defined in laya/d3/core/material/EffectMaterial.ts:31 贴图。 Returns BaseTexture Defined in laya/d3/core/material/EffectMaterial.ts:35 贴图。 Parameters value: BaseTexture Returns void tilingOffset get tilingOffset(): Vector4 set tilingOffset(value: Vector4): void Defined ...

来源: Laya3.0_api 发布时间: 20231115

256. laya.d3.core.material.UnlitMaterial_API3.0 [ 39%]

...xture): void Defined in laya/d3/core/material/UnlitMaterial.ts:63 反照率贴图。 Returns BaseTexture Defined in laya/d3/core/material/UnlitMaterial.ts:67 反照率贴图。 Parameters value: BaseTexture Returns void alphaTest get alphaTest(): boolean set alphaTest(value: boolean): void Inherited...

来源: Laya3.0_api 发布时间: 20231115

257. laya.ani.bone.Skeleton [ 39%]

...inByIndex(slotName:String, oldIndex:int, newIndex:int):void 替换插槽的贴图索引 Skeleton  replaceSlotSkinName(slotName:String, oldName:String, newName:String):void 替换插槽贴图名 Skeleton  resume():void 恢复动画的播放 Skeleton scale(scaleX:Number, scaleY:Number, speedMode:...

来源: laya_api 发布时间: 20170929

258. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 38%]

...ture): void Defined in laya/d3/core/material/WaterPrimaryMaterial.ts:51 主贴图。 Returns BaseTexture Defined in laya/d3/core/material/WaterPrimaryMaterial.ts:55 主贴图。 Parameters value: BaseTexture Returns void materialRenderMode get materialRenderMode(): MaterialRenderMode set materialRen...

来源: Laya3.0_api 发布时间: 20231115

259. laya.ani.bone.Skeleton [ 38%]

...inByIndex(slotName:String, oldIndex:int, newIndex:int):void 替换插槽的贴图索引 Skeleton  replaceSlotSkinName(slotName:String, oldName:String, newName:String):void 替换插槽贴图名 Skeleton  resume():void 恢复动画的播放 Skeleton runCallLater(method:Function):void 如果有...

来源: Laya2.0_api 发布时间: 20190513

260. 【简单跑酷--JS版】---Lv.6 终篇 [ 38%]

...(){ /** * 物品类 */ function Item(){ //图标 this.icon = null; //星星贴图 this.starTexture = null; //加速贴图 this.speedTexture = null; //悬空贴图 this.flyTexture = null; this.type = ""; Item.__super.call(this); } //类型分类 //星星 Item.ITEM_TYPE_STAR = "item_type_star"; //加...

来源: Laya_社区 发布时间: 20160803