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

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

121. 3D开启多线程报错 [ 53%]

...der.enable=true;   加载导出的3D模型 Laya.Sprite3D.load("res/assets/LayaScene_guanyu/TestScene.lh");   报错:laya.d3.js:37225 Uncaught TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__prot...

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

122. Unity导出粒子特效报错空值 [ 53%]

...来自: 这是我导出的特效,里面东西都有,但是没有效果 LayaScene_Samples.zip 2017-02-28 0 0 分享 微博 QZONE 微信 183*****755 赞同来自: *现在只支持包含Particle System组件的粒子系统! 2017-02-28 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

123. 提示错误在laya.core.js里 [ 53%]

...per();     }     onAwake(){         Laya.Scene3D.load("res/LayaScene_demo/Android/demo.ls",Laya.Handler.create(this,function(scene){             Laya.stage.addChild(scene);         }));     } } 2020-05-16 添加评论 已悬赏30元 --> 分享 微博 QZONE 微...

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

124. 2.2.0beta4 vivo小游戏加载不了3D场景 [ 53%]

...就出问题了,main.ls是unity导出来的空场景 Laya.loader.create(`LayaScene_main/Conventional/main.ls`, Laya.Handler.create(this, (scene: Laya.Scene3D)=>{ Laya.stage.addChild(scene); }));   附件 : --> myLaya.zip 2019-09-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

125. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 53%]

...    //预加载所有资源         var resource = [{url: "Box/LayaScene_JJF/Conventional/JJF.lh"}];         Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); } onComplete(){ //创建场景         var scene = Laya.stage.addChild(new Laya.Scene3D()...

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

126. the server responded with a status of 404 (Not Found) [ 53%]

the server responded with a status of 404 (Not Found) /Unity/LayaScene_Main/Conventional/Main.ls:1 Failed to load resource: the server responded with a status of 404 (Not Found)   我在ide中调试都没问题,但是发布出来后,打开就报错,开始是跨域问题,我放在服务器...

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

127. Unity粒子特效导出的lh文件,使用了无法出现效果 [ 53%]

...,使用了无法出现效果 var particleRoot = Laya.Sprite3D.load("3d/LayaScene_Samples/Samples.lh"); scene.addChild(particleRoot); 这样使用lh文件,导出的文件中也只有这个文件。 编译正常没有报错,就是没有效果。   附件 : --> 2017-02-27 添加评论 免费帖 ...

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

128. lh模型文件加载后黑屏,无法显示 [ 53%]

...cene());         var layaMonkey = scene.addChild(Laya.Sprite3D.load("./layaScene.lh"));     }     return LayaAir3D; } ()); LayaAir3D();     整个laya项目 3dexample.rar  在附近中。 lh格式层级文件 layaSceneTest.rar  在附件中。   场景图 111.jpg 在附件中:     ...

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

129. 模型在美术那看着没问题。但是用FBX转完后看贴图错位,用unity的LayaAir3D转换后会报错。 [ 53%]

... 分享 微博 QZONE 微信 wudi199553 赞同来自: 帮你打包好了   LayaScene_10021.rar 2017-11-23 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haiboannacom 相关问题 加载到舞台的3D模型不显示贴图 unity中的模...

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

130. 预设/场景的导出(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 53%]

...st.TestSceneUI { constructor(){ super(); //加载场景 Laya.Scene3D.load('LayaScene_test/Conventional/test.ls',Laya.Handler.create(this,this.onComplete)); } /** * 加载完成 */ private onComplete(scene:Laya.Scene3D):void{ // 将场景加到舞台上 Laya.stage.addChild(scene); } } } ``` 运行效...

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