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

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

31. laya.d3.resource.RenderTextureCube_API3.0 [ 62%]

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

32. oppo CanvasRenderingContext2D 并没有实现 drawImage;报错; [ 61%]

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

33. 2D节点使用3D · LayaAir3.4 · 引擎文档 · LAYABOX [ 61%]

...的颜色格式。 Depth Format:渲染纹理的深度格式。 Generate Mipmap:如果勾选了,则自动生成多级渐进纹理级别。 Multi Samples:多重采样。 sRGB:此渲染纹理是否使用sRGB读/写转换(只读)。 AnisoLevel:各向异性值。 FilterMode:采样过滤...

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

34. laya.resource.VideoTexture_API3.0 [ 61%]

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

35. [0]动态贴图利用脚本生成的UnlitMaterial材质会泛白 [ 59%]

...,图片导入到ide内可以设置图片的格式内容,例如sRGB、mipmap等。这样您代码加载ide内的图片资源应该是正常的; 2、另一个情况是您加载一个纯外部的图片,因为没有识别到图片的元数据,因此没有开启sRGB内容,您可以使用load...

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

36. [0]动态贴图利用脚本生成的UnlitMaterial材质会泛白 [ 59%]

...,图片导入到ide内可以设置图片的格式内容,例如sRGB、mipmap等。这样您代码加载ide内的图片资源应该是正常的; 2、另一个情况是您加载一个纯外部的图片,因为没有识别到图片的元数据,因此没有开启sRGB内容,您可以使用load...

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

37. 编译时候报错 如下 怎么解决呢 [ 59%]

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

38. 升级到1.78beta版后,包编译错误 [ 57%]

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

39. 三维模型远处贴图模糊 [ 57%]

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

40. LayaAir功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 56%]

...及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置(mipmap、format、wrapModeU、wrapModeV、filterMode、anisoLevel), 增加纹理上传像素接口, GPU纹理压缩。 动画方面,新增Animator动画融合功能crossFade,新增动画多层混合播放,动画更...

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