大约有 146 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
...Laya.Vector3(0, -2.0, 0); var planeMat = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya.Handler.create(this, function (tex) { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 ...
来源: Laya_社区 发布时间: 20210103
..., 5)); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load( "res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) { material.albedoTexture = tex; }) ); box.meshRenderer.materi...
来源: Laya_社区 发布时间: 20200917
...ntationAll Packages | All Classes | Index | Frames No Frames ParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class ParticleMaterialInheritanceParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties ...
来源: laya_api 发布时间: 20170603
...ocumentationAll Packages | All Classes | Index | Frames No Frames PBRMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class PBRMaterialInheritancePBRMaterial BaseMaterial laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited ...
来源: laya_api 发布时间: 20170929
...re.Sprite3D; import laya.d3.core.light.DirectionLight; import laya.d3.core.material.StandardMaterial; import laya.d3.core.scene.Scene; import laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; imp...
来源: Laya_示例 发布时间: 20260106
...ntationAll Packages | All Classes | Index | Frames No Frames StandardMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class StandardMaterialInheritanceStandardMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties ...
来源: laya_api 发布时间: 20170929
... 2.5.1 材质文件 如图2-14所示,在快速创建菜单中,点击“Material”会选择创建八种类型的材质文件 (图2-14) 通过创建Material,开发者可以对材质进行修改,方便快速使用 2.5.2 立方体纹理 如图2-15所示,在快速创建菜单中,点击...
来源: Laya3.0_文档 发布时间: 20251010
...下图所示:  ##### `Switch to LayaAir3D BlinnPhongMateria Shader` 可以将Unity的材质一键转换成为LayaAir引擎BlinnPhong材质。 ##### `Switch to LayaAir3D PBRStandardMaterial Shader` 可以将Unity的材质一键转换成为LayaAir引擎PBRStandard材质。 #####...
来源: Laya2.0_文档 发布时间: 20210714
...况如下: Unity的网格渲染属性 LayaAir是否支持导出的说明 Materials(材质) 支持(包括:Size大小、Element材质球元素) Lightmap Static( 静态光照贴图) 部分支持(包括:Lightmaps贴图(Baked Lightmap烘焙光照贴图(Lightmap Index、Tiling X、...
来源: Laya3.0_文档 发布时间: 20251010
...nager():void[override] MeshSprite3D _getSortID(renderElement:IRenderable, material:BaseMaterial):int 排序函数。 Sprite3D _setBelongScene(scene:Scene):void[override] RenderableSprite3D _setUnBelongScene():void[override] RenderableSprite3D _update(state:RenderState):void[override] 更新 Rend...
来源: laya_api 发布时间: 20170929