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

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

181. 关于WXOpenDataViewer [ 59%]

...ite可以解决我之前的BUG,,,可是出现了新BUG      Laya["Texture2D"]这里的判断false了。。。   谁知道咋回事?? 附件 : --> 2018-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...

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

182. laya.loaders.VideoTextureLoader_API3.0 [ 59%]

...;VideoTexture> Globals "laya/loaders/TextureLoader" RenderTextureLoader Texture2DLoader TextureLoader VideoTextureLoader load compressedFormats constructParams2d internalResources videoFormats propertyParams2d Legend Object literal Variable Function Type alias Class Class with type parameter Meth...

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

183. laya.loaders.RenderTextureLoader_API3.0 [ 59%]

...rTexture> Globals "laya/loaders/TextureLoader" RenderTextureLoader load Texture2DLoader TextureLoader VideoTextureLoader compressedFormats constructParams2d internalResources videoFormats propertyParams2d Legend Object literal Variable Function Type alias Class Class with type parameter Method En...

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

184. 3D网格添加刚体后设置欧拉角出现位置错误 [ 59%]

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

185. Unlit材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 59%]

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

186. Unlit材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 59%]

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

187. Effect材质详解(JavaScript-3D基础(JS)-模型材质详解) [ 59%]

...材质 var material = new Laya.EffectMaterial(); //加载地球贴图 Laya.Texture2D.load("res/threeDimen/texture/earth.png", Laya.Handler.create(this, function(texture) { //设置纹理 material.texture = texture; })); earth.meshRenderer.material = material; ``` ![](img/1.gif)(图1)

来源: Laya2.0_文档 发布时间: 20210714

188. Effect材质详解(TypeScript-3D基础(TS)-模型材质详解) [ 58%]

...材质 var material = new Laya.EffectMaterial(); //加载地球贴图 Laya.Texture2D.load("res/threeDimen/texture/earth.png", Laya.Handler.create(this, function(texture) { //设置纹理 material.texture = texture; })); earth.meshRenderer.material = material; ``` ![](img/1.gif)(图12)

来源: Laya2.0_文档 发布时间: 20210714

189. 怎么将Unix时间戳转换成普通时间 [ 58%]

...码控制prefab上面的时间轴动画animation? Texture如何转换成Texture2D有人搞过吗 请问下自定义时间怎么获取发送时的参数 获取当前时间 能不能用定时器根据时间改变节点Pie的起始角度? 问题状态 最新活动: 2017-11-27 16:05 浏览: 1424 关...

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

190. 如何让贴图使用上mipmap [ 58%]

...法加载,PC游览器访问正常。 分享:Sprite 转换成3D贴图(Texture2D)的方法,如果有更好的方法,请告诉我。 骨骼动画 .SK 文件加载显示后贴图有BUG! 胡子嘴! unity导出模型,材质球贴图丢失 粒子编辑器里面 有没有办法 设置贴图...

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