大约有 50 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
... 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
...,导入了zlib.min.js,也在html里配置了。但在使用ByteArray.uncompress的地方方式报错 附件 : --> 2016-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 130*****113 ...
来源: Laya_社区 发布时间: 20160810
...putStream os = new FileOutputStream(file); bmp.compress(Bitmap.CompressFormat.PNG, 100, os); os.flush(); os.close(); } catch (Exception e) { } } else { ...
来源: Laya_社区 发布时间: 20170423
...roperty 'width' of null VIP功能导出iOS资源,unity插件报 Error to compress texture 问题状态 最新活动: 2019-05-22 15:41 浏览: 1642 关注: 5 人
来源: Laya_社区 发布时间: 20181221
...原因 该怎么解决 这是出错的东西 也看不懂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
...在移动端,Android平台的主流纹理格式是ETC(Ericsson Texture Compression),iOS平台的主流纹理格式是PVRTC(PowerVR Texture Compression)。 需要特别说明的是,ETC1是不支持透明通道的,PVRTC是支持透明通道的,尽管在ETC2的时候,补全了ETC1...
来源: Laya2.0_文档 发布时间: 20210714
...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
...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
...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
... 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