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

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

51. 正交摄像机裁剪问题 [ 79%]

...ographicVerticalSize = 400; //这个物体里摄像机更近 var sp = Laya.Sprite3D.load('res/01/mfs_01.lh'); scene.addChild(sp); sp.on(Laya.Event.HIERARCHY_LOADED, this, function(){ sp.transform.localPosition = new Laya.Vector3(1, 1, 1); var scale = 1; var v3 = sp.transform.localScale; v3.x = scale...

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

52. 加载U3D导出的LH格式粒子特效,加载完成不回调 [ 79%]

...粒子特效,加载完成不回调 this.lz = this.sceneP.addChild(Laya.Sprite3D.load("res/h5/LayaScene_Effect/Effect.lh")) as Laya.Sprite3D; this.lz.once(Event.HIERARCHY_LOADED, this,function():void{ console.error("改变大小"); }); 之前是按照ls导出的不回调,你们在线技术说场...

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

53. Unity导出的特效,怎么缓存让第一次加载的时候不卡呢 [ 79%]

...... ], XXX, XXX);   加载: var effect = actor.mView.root.addChild(Laya.Sprite3D.load("Resources/Player/nan_jianshi/Effect/dmc_skycity_attack1/.lh"));                     effect.once(Laya.Event.HIERARCHY_LOADED, this, function(){                         var particle = effect...

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

54. Laya截图3D场景相关模型,导致模型透视! [ 79%]

...thographic = true; camera.orthographicVerticalSize = 5; this.effRes = Laya.Sprite3D.load(resUrl); this.effRes.on(Laya.Event.HIERARCHY_LOADED, this, function(){ this.eff1 = scene.addChild( Laya.Sprite3D.instantiate(this.effRes)); this.eff1.transform.position = new Laya.Vector3(0,0,50); this.eff1.tran...

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

55. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 78%]

...lasspublic class ShuriKenParticle3DInheritanceShuriKenParticle3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object ShuriKenParticle3D 3D粒子。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身...

来源: laya_api 发布时间: 20170929

56. 3d模型释放后重新加载异常 [ 78%]

3d模型释放后重新加载异常 通过Laya.Sprite3D.load()加载的lh文件生成的模型,随后通过sprite.destroy释放了,再后来又加载同一份模型,这时异常了,显示childs=null,请问该怎么解决 2016-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

57. 3D模型加载出错 [ 78%]

...加自定义模型         //this.box = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createBox(1, 1, 1)));         Laya.Sprite3D.load("res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh",Laya.Handler.create(null, function(sp){         //Laya.Sprite3D.load("res/layatest...

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

58. 3D模型无法正显示播放动作 [ 78%]

...问题,还是使用问题           var hero = sphere.addChild(Laya.Sprite3D.load("./res/Xinzhaoyun/Zhaoyun_skin.lh"));          var ani = hero.addComponent(Laya.SkinAnimations);         ani.templet = Laya.AnimationTemplet.load("./res/Xinzhaoyun/Zhaoyun_standfight.lsani");       ...

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

59. laya.d3.core.MeshTerrainSprite3D [ 78%]

...tionAll Packages | All Classes | Index | Frames No Frames MeshTerrainSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class MeshTerrainSprite3DInheritanceMeshTerrainSprite3D MeshSprite3D RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object T...

来源: laya_api 发布时间: 20170929

60. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 77%]

...e = Laya.TextureCube.load("res/sky/skyCube.ltc"); camera.sky = skyBox; var sprite3D = scene.addChild(Laya.Sprite3D.load("cj03/LastHopeScene.lh")); //sprite3D.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); sprite3D.once(Laya.Event.HIERARCHY_LOADED, null, function(sprite) { //console.log(scen...

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