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

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

31. LayaAir3D UnityPlugin 1.7.16 [ 54%]

... Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats. UnityEngine.Texture2D:EncodeToPNG() LayaExport.DataManager:saveTextureFile(JSONObject, Texture2D, String, String, String) LayaExport.DataManager:saveLayaParticleLmatData(Material, String) LayaExpor...

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

32. 用了ByteArray的zlib.min.js后报错 [ 54%]

...,导入了zlib.min.js,也在html里配置了。但在使用ByteArray.uncompress的地方方式报错   附件 : --> 2016-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 130*****113 ...

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

33. 截屏无法实现 [ 53%]

...putStream os = new FileOutputStream(file);                 bmp.compress(Bitmap.CompressFormat.PNG, 100, os);                 os.flush();                 os.close();             } catch (Exception e) {             }         } else {     ...

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

34. Texture如何转换成Texture2D有人搞过吗 [ 50%]

...roperty 'width' of null VIP功能导出iOS资源,unity插件报 Error to compress texture 问题状态 最新活动: 2019-05-22 15:41 浏览: 1642 关注: 5 人

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

35. 打包测试测出的问题 ndk error: Invalid memory reference 是什么原因 该怎么解决 [ 49%]

...原因 该怎么解决 这是出错的东西 也看不懂SYSTEM_TOMBSTONE (compressed text, 10687 bytes) Build: 360/QK1515/QK1515:6.0.1/MMB29M/6.0.059.P3.161026.QK1515:user/release-keys Hardware: msm8952 Revision: 0 Bootloader: unknown Radio: unknown Kernel: Linux version 3.10.84-perf-gfaa9bea-00282...

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

36. 显存优化:纹理压缩的使用(TypeScript-2D进阶篇(TS)-性能优化) [ 47%]

...在移动端,Android平台的主流纹理格式是ETC(Ericsson Texture Compression),iOS平台的主流纹理格式是PVRTC(PowerVR Texture Compression)。 需要特别说明的是,ETC1是不支持透明通道的,PVRTC是支持透明通道的,尽管在ETC2的时候,补全了ETC1...

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

37. Native(android)下创建二维码并显示在页面上 [ 44%]

...ll; try { if (bitmap != null) { baos = new ByteArrayOutputStream(); bitmap.compress(Bitmap.CompressFormat.JPEG, 100, baos); baos.flush(); baos.close(); byte bitmapBytes = baos.toByteArray(); result = Base64.encodeToString(bitmapBytes, Base64.DEFAULT); } } catch (IOException e) { e.printStackTrace();...

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

38. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 42%]

...lude: /.*.ts/, }), glsl({ include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress: false, }), ], }; const watcher = rollup.watch(config); console.log(`Running 'rollup watcher'...`); let tS; watcher.on('event', (event) => { // event.code 会是下面其中一个: // START — 监听器正在...

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

39. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 41%]

...3/component/Volume/reflectionProbe/ReflectionProbe.ts:232 Image base Light Compress by RGBD Returns boolean Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbe.ts:236 Image base Light Compress by RGBD Parameters value: boolean Returns void id get id(): number Inherited from Component...

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

40. 如何使用vscode编译laya项目 [ 36%]

... everything gets included include: /.*(.glsl|.vs|.fs)$/, sourceMap: false, compress:false }), /*terser({ output: { }, numWorkers:1,//Amount of workers to spawn. Defaults to the number of CPUs minus 1 sourcemap: false })*/ ] }).then(bundle => { return bundle.write({ file: workSpaceDir + '/bin/js/b...

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