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

大约有 1,735 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)

171. 图片显示好奇怪 [ 86%]

...',Handler.create(this,onLoaded)); } private function onLoaded():void { var texture:Texture=Loader.getRes('logo.png'); var sp:Sprite=new Sprite(); sp.graphics.clear();//把上次的绘制清除 sp.graphics.drawTexture(texture); Laya.stage.addChild(sp); } 2017-05-05 0 0 分享 微博 QZONE 微信 为...

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

172. 写了个边缘光的自定义shader,有很多问题,帮忙看一下 [ 86%]

...有雄的贴图效果 2、鸟为什么两边翅膀贴图不一样 3、settexture指定的是一张格子贴图,但是都没有效果 4、球体的边缘光效果正常,鸟和熊的边缘光效果为什么一部分没有   附件 : --> shaderDemo.zip 2017-05-24 添加评论 免费帖 --> 分享 ...

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

173. 分享:Dragonbones/Spine的换肤操作 [ 86%]

...准备好的图片放置项目资源目录下,并预加载资源,获取texture 准备好的图片head3.png 放置资源目录下 获取texture Laya.loader.load('head3.png',Handler.create(this,onTextureLoaded)); } private var texture:Texture; private function onTextureLoaded():void { texture=Load...

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

174. 统计信息 · LayaAir3.4 · 引擎文档 · LAYABOX [ 85%]

...mory(M_DeviceBuffer)5.10 Device Buffer Count(C_DeviceBuffer)6. GPU Texture Resource/Memory(GPU 纹理资源/内存)6.1 All Texture Memory(M_AllTexture)6.2 All Texture Count(C_AllTexture)6.3 Texture2D Memory(M_Texture2D)6.4 Texture2D Count(C_Texture2D)6.5 TextureCube Memor...

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

175. 如何实现将相机渲染的画面显示在ui上 laya3d camera.rendertarget 返回的时rendertexture 不能赋值给image的texture [ 85%]

...渲染的画面显示在ui上 laya3d camera.rendertarget 返回的时rendertexture 不能赋值给image的texture 2019-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 骑乐在途 赞同来自: 同问 2020-06...

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

176. WebGL报错文本显示有问题时会出现[.WebGL-0000000013F60010] GL_INVALID_VALUE: Offset overflows texture dimensions. [ 85%]

...时会出现[.WebGL-0000000013F60010] GL_INVALID_VALUE: Offset overflows texture dimensions. 2020-09-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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

177. laya.resource.AtlasResource_API3.0 [ 85%]

...ctors constructor Properties _id destroyedImmediately dir frames lock name textures url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event has...

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

178. 从unity里面导出的时候报错:MissingMethodException: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. [ 85%]

...的时候报错:MissingMethodException: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. unity版本是:2017.3.1f1 LayaAir3D工具版本是:1.7.16 beta 只是导出场景跟模型 附上导出参数设置以及报错详细信息,求解答   附件 : --> 2018-03-03 添加评论 免费...

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

179. 二进制文件打包后,读取不到zip包内的文件 [ 85%]

...     console.log('res,', (typeof res))             Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function (tex: Laya.Texture2D) {                 material.albedoTexture = tex;                 let item = 'res/layabox.png'...

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

180. texture2d的getPixels()返回结构Uint8Array|Float32Array 如何转换为Float32Array格式 [ 85%]

texture2d的getPixels()返回结构Uint8Array|Float32Array 如何转换为Float32Array格式 2020-01-07 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先...

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