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

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

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

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

42. laya.d3.resource.SolidColorTexture2D [ 53%]

... 放大过滤器 BaseTexture minFifter : int 缩小过滤器 BaseTexture mipmap : Boolean 是否使用mipLevel BaseTexture repeat : Boolean 是否使用重复模式纹理寻址 BaseTexture size : Size[read-only] 获取尺寸。 BaseTexture  source : *[override] [read-only] SolidColorTexture2D...

来源: laya_api 发布时间: 20170929

43. 微信web页面贴图无法加载 [ 51%]

...,报错:[.Offscreen-For-WebGL-0x61872800]GL ERROR :0x0505 : glGenerateMipmap:  [.Offscreen-For-WebGL-0x61872800]GL ERROR :0x0505 : glTexImage2D:  [.Offscreen-For-WebGL-0x61872800]GL ERROR :0x0502 : glGenerateMipmap: Can not generate mips [.Offscreen-For-WebGL-0x61872800]GL ERROR :0x0505 : glTe...

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

44. 压缩纹理 · LayaAir3.4 · 引擎文档 · LAYABOX [ 47%]

...压缩后占用的内存大小为1MB。如果你的纹理是选择了生成mipmap的话,那么最终的资源大小还需要乘以1.333也就是大约1.333MB。而相对应的如果采用了ASTC 8x8的格式进行压缩的话,最终纹理资源的大小就应该是 1024 × 1024 × 2 × 1.333333 ...

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

45. oppo CanvasRenderingContext2D 并没有实现 drawImage;报错; [ 47%]

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

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

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

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

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

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

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

48. 3d导入粒子效果报错 [ 42%]

...这句"path":"MapGrid.psd", "params":{ "mipmap":true, "filterMode":1, "wrapModeU":0, "wrapModeV":0, "anisoLevel":9, "format":1 } }, qian • 2018-03-28 14:59 美术用什么导的 使用unity插件么 kaiqiw945...

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

49. laya.gltf.glTFUtils_API3.0 [ 39%]

... getTextureConstructParams getTextureFilterMode getTextureFormat getTextureMipmap getTexturePropertyParams getTextureWrapMode getTexturewithInfo pickMeshMaterials Properties Static Extensions Extensions: {} Defined in laya/gltf/glTFUtils.ts:87 Type declaration [name: string]: Handler Static Extras E...

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

50. 资源加载 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...ConstructParams { width?: number, height?: number, format?: TextureFormat, mipmap?: boolean, canRead?: boolean, sRGB?: boolean, } TexturePropertyParams { wrapModeU?: number, wrapModeV?: number, filterMode?: FilterMode, anisoLevel?: number, premultiplyAlpha?: boolean, hdrEncodeFormat?: HDREncodeForma...

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