大约有 238 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(91) Laya3.0_api(62) Laya2.0_文档(62) Laya_示例(15) Laya3.0_文档(5) laya_api(1) Laya2.0_api(1) Laya2.0_示例(1)
...erial:StandardMaterial = new StandardMaterial(); material.diffuseTexture = Texture2D.load("res/threeDimen/layabox.png"); plane.meshRender.material = material; 2017-01-03 0 0 分享 微博 QZONE 微信 jp19870122 赞同来自: 好的,谢谢! 2017-01-04 0 0 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20170103
...var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); material.albedo = new Laya.Vector4(1,0,1,1); box.meshRender.material = material; box.meshRender.receiveShadow = true; box.meshRender.castShadow = true; poolBox.push(box); } } }, creatPerson:...
来源: Laya_社区 发布时间: 20180117
...片的事件,需要点击两次才能更换图片 Texture如何转换成Texture2D有人搞过吗 UI皮肤怎么动态设置图片资源,有时候需要更换整个文件夹的图片,有什么好的方法么 如果更换Sprite图片 Texture的getPixels()在Android下调用提示is not a function ...
来源: Laya_社区 发布时间: 20171024
...= function(){ var texture1 = Laya.loader.getRes('res/background.png'); var texture2 = Laya.loader.getRes('res/m_background.png'); //创建背景1 this.bg1 = new laya.display.Sprite(); //绘制背景图1 this.bg1.graphics.drawTexture(texture1, 0, 0); //把背景1添加到当前容器对象里。 this...
来源: Laya_社区 发布时间: 20160722
...e if (type==="font"){//这里,启用webgl后,HTMLImage.create返回的是Texture2D,不是HTMLImage,data上没有_source这个属性 //导致重复加载图片,走不到else里面,if的判断是否应该改为 !this._data if (!data._source){ ...
来源: Laya_社区 发布时间: 20190402
....1.0.btea1 怎么获取对象的坐标 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 3d坐标转换问题 unity的坐标和旋转转换到laya需要做什么运算 问题状态 最新活动: 2018-08-29 17:15 浏览: 2857 关注: 4 人 152*****...
来源: Laya_社区 发布时间: 20180706
...时候再场景runtime继承类中,构造函数里面加载图片 Laya.Texture2D.load("billiards/grass.png",会报错。 附件 : --> 2020-06-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 157*****593 赞...
来源: Laya_社区 发布时间: 20200624
...dardMaterial = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/aaa.png"); material.diffuseTexture.mipmap = false; plane.meshRender.material = material; 附件 : --> 2018-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...
来源: Laya_社区 发布时间: 20180412
...博 QZONE 微信 Laya_Aaron 赞同来自: material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); box.meshRender.material = material; Laya.URL.basePath = "https://XXXX.com";//请把XXXX换成自己的真实网址; //在此之下,再使用load加载资源,都会自动加入URL网址...
来源: Laya_社区 发布时间: 20180208
...a.BlinnPhongMaterial; //添加漫反射贴图 Laya.Texture2D.load("res/threeDimen/Physics/rocks.jpg", Laya.Handler.create(this, function (tex) { this.mat1.albedoTexture = tex; })); //平面加载 let plane = this.scene.add...
来源: Laya_社区 发布时间: 20201127