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

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

881. app 截屏分享功能问题 [ 69%]

...唯一标 识一个请求 req.message = msg; if(type == 1) //朋友圈 req.scene = SendMessageToWX.Req.WXSceneTimeline; else if(type == 2) //好友 req.scene = SendMessageToWX.Req.WXSceneSession; // 调用api 接口发送数据到微信 api.sendReq(req) ; } 传过去的是bitmap: var htmlCanvas:...

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

882. 多个3d场景渲染错误 [ 68%]

....layabox.com/demo2/?language=zh&category=3d&group=Advance&name=Scene2DPlayer3D   第二,手动修改引擎代码,按下图的指引修改 按红色部分找到相关的代码位置,按黄色部分进行修改   但是,不建议按第二种方式修改,建议采用最优的方...

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

883. layaair2-cmd 编译功能BUG [ 68%]

...compile功能,到底和IDE的编译功能差别在哪? 当在IDE里的scene中,对组件操作,设置组件的name(为了在runtime实例中通过getChildByName获取子节点),通常设置完name,如果不用IDE里的编译功能,直接在VSCode里跑layaair2-cmd compile任务,运...

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

884. TypeError: Cannot read property 'getSubShaderAt' of undefined [ 68%]

...t read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined XmlDom类没有了?解析xml时,报错Property 'attributes' does not exist on type 'Node & ChildNode'. Property 'BoxMesh' do...

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

885. 高版本的laya插件导出场景加载报错(字节平台) [ 68%]

...复 BWUWB 赞同来自: "reflectionDecodingFormat":0, "reflection":"Assets/Scenes/FightSceneGIReflection.ltcb.ls", "reflectionIntensity":1,试着把场景文件里面的这三行删掉看看 2021-11-02 0 1 分享 微博 QZONE 微信 如果你也听说 赞同来自: 我的也有报错 但是好像不...

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

886. 3D模式下使用Tween使模型移动如何写法 [ 68%]

...shSprite3D(Laya.Mesh.load("fish/denglongyu/denglongyuANI-denglongyu.lm")); scene.addChild(fish); var fishmaterial = new Laya.StandardMaterial(); //漫反射贴图 fishmaterial.diffuseTexture = Laya.Texture2D.load("fish/denglongyu/denglongyu1.jpg"); fish.meshRender.material = fishmaterial; fish.trans...

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

887. 怎么给从模型生成的地形TerrainMaterial材质??? [ 68%]

...anwu var terrain = Laya.Mesh.load("line/lineMesh.lm"); var terrainSprite = scene.addChild(Laya.MeshTerrainSprite3D.createFromMesh(terrain, 129, 129)); var terMaterial = new Laya.TerrainMaterial(); terMaterial.diffuseTexture1=new Laya.Texture2D.load("map2.png"); terMaterial.diffuseTexture2=new Laya.T...

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

888. 为什么不能加载多个模型 [ 68%]

...景内添加多个lm的文件。我按照文档中 Laya.loader.create("LayaScene_layabox/Library/unity default resources-Quad.lm",Laya.Handler.create(this,this.onCreateComplete)); Laya.loader.create("LayaScene_layabox/Library/unity default resources-Capsule.lm",Laya.Handler.create(this,this.onCreate...

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

889. [BUG] 设置限帧后报错,有一些场景报错 [ 68%]

...同来自: frameMode==slow的时候,第18585行判断会失效,没走scene._updateScene(),导致18620处宕机。 拿个复杂点场景,多刷新几次加载场景,有很高机率复现 2018-11-15 0 0 分享 微博 QZONE 微信 剑 赞同来自: 图片没上传? 2018-11-15 0 0 分享 微...

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

890. WX小游戏声音_audio报错问题 [ 68%]

...e3D.__proto._update (http://127.0.0.1:24812/game/code.js:86537:9)     at Scene.__proto._updateChilds (http://127.0.0.1:24812/game/code.js:77514:19)     at Scene.__proto._updateScene (http://127.0.0.1:24812/game/code.js:77710:8)     at Stage.__proto.render (http://127.0.0.1:24812/game/code.js:1...

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