大约有 46 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0040 秒)
...mplements IRenderTarget Index Constructors constructor Properties _generateMipmap _inPool _isCameraTarget _renderTarget destoryedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel colorFormat compareMode cpuMemory defaultTexture depthStencilFormat depthStencilTexture destroyed...
来源: Laya3.0_api 发布时间: 20231102
...l.WebGLContext.UNPACK_PREMULTIPLY_ALPHA_WEBGL*/0x9241,false)); } if (this._mipmap && this._isPot(width)&& this._isPot(height)){ gl.generateMipmap(this._glTextureType); this._setGPUMemory(width *height *4 *(1+1 / 3)); }else { this._setGPUMemory(width *height *4); } if (this._canRead){...
来源: Laya_社区 发布时间: 20190809
...的颜色格式。 Depth Format:渲染纹理的深度格式。 Generate Mipmap:如果勾选了,则自动生成多级渐进纹理级别。 Multi Samples:多重采样。 sRGB:此渲染纹理是否使用sRGB读/写转换(只读)。 AnisoLevel:各向异性值。 FilterMode:采样过滤...
来源: Laya3.0_文档 发布时间: 20251010
...iately lock name url uuid DEBUG _videoTexturePool Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension filterMode format gammaCorrection gammaSpace gpuMemory height id maxMipmapLevel mipmap mipmapCount obsolute referenceCount video width wrapModeU wrapModeV w...
来源: Laya3.0_api 发布时间: 20231102
...,图片导入到ide内可以设置图片的格式内容,例如sRGB、mipmap等。这样您代码加载ide内的图片资源应该是正常的; 2、另一个情况是您加载一个纯外部的图片,因为没有识别到图片的元数据,因此没有开启sRGB内容,您可以使用load...
来源: Laya_社区 发布时间: 20231110
...,图片导入到ide内可以设置图片的格式内容,例如sRGB、mipmap等。这样您代码加载ide内的图片资源应该是正常的; 2、另一个情况是您加载一个纯外部的图片,因为没有识别到图片的元数据,因此没有开启sRGB内容,您可以使用load...
来源: Laya_社区 发布时间: 20231110
..., height: number, offsetX?: number, offsetY?: nu...'. Types of parameters 'mipMap' and 'offsetX' are incompatible. Type 'number' is not assignable to type 'boolean'. 2017-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20170814
...num ber, offsetX?: number, offsetY?: nu...'. Types of parameters 'mipMap' and 'offsetX' are incompatible. Type 'number' is not assignable to type 'boolean'. 2017-07-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20170721
...为none 2019-09-06 0 0 分享 微博 QZONE 微信 Bodycrazy 赞同来自: _mipmap = false 2019-09-28 0 0 分享 微博 QZONE 微信 166*****840 赞同来自: 试一下改一下分辨率 2020-08-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...
来源: Laya_社区 发布时间: 20181026
...及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置(mipmap、format、wrapModeU、wrapModeV、filterMode、anisoLevel), 增加纹理上传像素接口, GPU纹理压缩。 动画方面,新增Animator动画融合功能crossFade,新增动画多层混合播放,动画更...
来源: Laya2.0_文档 发布时间: 20210715