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

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

691. Laya3.0动画烘焙后的模型,手机上无法显示 [ 65%]

...微信 layabox小高 赞同来自: 原因是因为华为那边不支持OES_texture_float。 2023-06-19 0 3 分享 微博 QZONE 微信 151*****575 赞同来自: 你们可以试一下腾讯的云真机服务,这个问题在麒麟处理器上必现。然后三星处理器也有问题,但这个服...

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

692. laya.ui.FontClip_API3.0 [ 65%]

...ct sheet sizeGrid skewX skewY skin sources spaceX spaceY stage staticCache texture timer toolTip top total transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEv...

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

693. 场景环境反射(ActionScript-3D基础(AS3)-LayaAir3D之场景渲染配置) [ 65%]

...material = mat; //设置场景的反射贴图 scene.customReflection = mat.textureCube; //设置曝光强度 var exposureNumber:Number = 0; mat.exposure = 0.6 + 1; })); ..... //加载Mesh Mesh.load("res/threeDimen/staticModel/teapot/teapot-Teapot001.lm", Handler.create(null, function(mesh:Mesh):void...

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

694. this.bitmap.activeResource is not a function [ 65%]

...te static _openZone:Laya.Sprite; //开放域纹理 private static _openZoneTexture:Laya.Texture; public static openZone(vx:number=0,vy:number=0,scaleX:number=1,scaleY:number=1) { if(!this._openZone) { //开放域 this._openZone = new Laya.Sprite(); } this._openZone.size(Laya.stage.width,Laya.stage.h...

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

695. laya.ui.Radio [ 65%]

...omponent text : Text[read-only] 按钮文本标签 Text 控件。 Button texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.time...

来源: laya_api 发布时间: 20170929

696. laya2.0 3D项目 unity导出的模型qq轻游戏材质都花了 [ 64%]

... QZONE 微信 冯永刚 赞同来自: 我修改了下laya.webgl.js里面的Texture2D类的format,如果是在onLimixiu就把format===0的时候改成format=1,花屏问题就好了 2019-02-18 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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

697. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 64%]

...varying vec2 v_Texcoord0; varying vec3 v_Normal; uniform sampler2D u_AlbedoTexture; void main() { vec4 albedoTextureColor = vec4(1.0); albedoTextureColor = texture2D(u_AlbedoTexture, v_Texcoord0); gl_FragColor=albedoTextureColor; } ``` ##### 初始化自定义Shader > 导入着色器代码 ```javasc...

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

698. laya.ui.ProgressBar [ 64%]

...手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer...

来源: laya_api 发布时间: 20170929

699. 2.13版本3D场景遮挡UI的BUG [ 64%]

...的需求,必须要把3D场景,通过摄像机的renderTarget转换为texture纹理。再把这个texture画到2D节点上。   使用示例为:https://layaair2.ldc2.layabox.com/demo2/?language=zh&category=3d&group=Advance&name=Scene2DPlayer3D 2022-12-03 0 1 分享 微博 QZONE ...

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

700. 实线描边的滤镜如何实现?目前只有发光滤镜 [ 64%]

... 老牛2020 赞同来自: vec3 outlineColor = vec3(0.0, 1.0, 0.0);\r\nvec2 textureSize = vec2(84, 84);\r\nvec4 myC = texture2D(texture, v_texcoordAlpha.xy);\r\nif (myC.a >= 0.5)\r\n{\r\ngl_FragColor = v_color * myC;\r\nreturn;\r\n}\r\nint strokeCount = 0;\r\nstrokeCount += getIsStrokeWithAngel(0....

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