大约有 284 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(133) Laya3.0_api(87) Laya2.0_文档(37) Laya_示例(22) Laya3.0_文档(3) laya_api(1) Laya2.0_api(1)
...a.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/FBXtoolsdaochu/denglongyu.jpg"); fish.meshRender.material = fishmaterial; fish.transform.localScale = new Laya.Vector3(0.04,0.04,0.04); fish.transform.position = new Laya.Vector3(0,0.5,0); // f...
来源: Laya_社区 发布时间: 20171206
...Unlit材质 var material2 = new Laya.UnlitMaterial(); //加载纹理 Laya.Texture2D.load("res/threeDimen/texture/earth.png", Laya.Handler.create(this, function(texture) { //设置反照率贴图 material2.albedoTexture = texture; })); earth2.meshRenderer.material = material2; ``` ![](img/1.png)(图1...
来源: Laya2.0_文档 发布时间: 20210714
...Unlit材质 var material2 = new Laya.UnlitMaterial(); //加载纹理 Laya.Texture2D.load("res/threeDimen/texture/earth.png", Laya.Handler.create(this, function(texture){ //设置反照率贴图 material2.albedoTexture = texture; })); earth2.meshRenderer.material = material2; ``` ![](img/1.png)(图1)...
来源: Laya2.0_文档 发布时间: 20210715
...g_huang1_mat.smoothness = 0.22; ID_12kg_huang1_mat.occlusionTexture = Laya.Texture2D.load("res/aidu/four12/Assets/pic/four12KG.jpg"); ID_12kg_huang1_mat.occlusionTextureStrength = 1; ID_12kg_huang1.meshRender.sharedMaterial = ID_12kg_huang1_mat; 2018-05-09 添加评论 免费帖 --> 分享 微博 QZ...
来源: Laya_社区 发布时间: 20180509
...类的方法?类似get class by name 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 Laya.Media方法调用失败 onOpen方法是位于哪个类下面? 问题状态 最新活动: 2017-06-20 14:13 浏览: 1058 关注: 2 人 deng2017 • 2017-...
来源: Laya_社区 发布时间: 20170620
...skyDome = new Laya.SkyDome(); camera.sky = skyDome; skyDome.texture = Laya.Texture2D.load("res/models/skyhome.jpg");小游戏 使用3D 天空盒 真机无法显示 就这三行代码 PC开发工具正常 真机测试 天空盒不显示 谢谢 麻烦看看呗 2018-04-08 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20180408
...laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import laya.d3.resource.models.BaseMesh; import laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.resource.Texture; import laya.util...
来源: Laya_示例 发布时间: 20241117
...e if (type==="font"){//这里,启用webgl后,HTMLImage.create返回的是Texture2D,不是HTMLImage,data上没有_source这个属性 //导致重复加载图片,走不到else里面,if的判断是否应该改为 !this._data if (!data._source){ ...
来源: Laya_社区 发布时间: 20190402
...会把Animation的对象清空? 怎么判断是否在IOS设备上 请问Texture2D如何用base64字符串构建对象 问题状态 最新活动: 2017-11-02 10:32 浏览: 1497 关注: 3 人
来源: Laya_社区 发布时间: 20170328
...二维纹理贴图 material.albedoTexture = Laya.Texture2D.load(PathConst.material + name + ".png"); material.renderMode = Laya.BlinnPhongMaterial.RENDERMODE_OPAQUE; //为box模型赋材质 ...
来源: Laya_社区 发布时间: 20180519