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

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

31. 有关Sprite3D使用lh资源文件的问题 [ 82%]

有关Sprite3D使用lh资源文件的问题 var plane = this.scene.addChild(Laya.loader.getRes("res/LayaScene_plane/plane.lh")) as Laya.Sprite3D; 这样可以根据一个lh文件 来创建一个Sprite3D类型的对象。 那么请问,如果我写了一个类A,并继承与Laya.Sprite3D 我要怎...

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

32. 判断场景里是否存在模型? [ 81%]

...模型? 3D场景里加载的LH模型会自动销毁吗? 我 用 Laya.Sprite3D.load(url+"/chaoshi/LayaScene_xue/xue.lh") 异步加载的模型,我向右 移动摄像机,场景里的sprite从来都不会变, 而且我的靠近屏幕左边的模型会自动消失不见。。 但是用 系统...

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

33. 从unity导出Sprite3D多个的话 [ 81%]

从unity导出Sprite3D多个的话 unity新场景,拖入了5个模型, 直接选择导出的Sprite3D, 我加载的时候,要怎么去加载呢? 目前是单个加载的路径下的lm文件,但是这样的话,模型是出来了,但是并没有像在unity那样的层级节点 我打印加载出来的...

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

34. Laya.Sprite3D如何设置位置 [ 81%]

Laya.Sprite3D如何设置位置 var layaMonkey: Laya.Sprite3D = Laya.Sprite3D.load("res/skinModel/LayaMonkey/LayaMonkey.lh"); this.scene.addChild(layaMonkey); 简单的加载了官方的事例资源,猴子是加载出来了,但是使用了下面两种方法都没有成功改变它的位置。...

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

35. unity里导出的骨骼动画无法读取 [ 81%]

...:    Laya.loader.create("res/1.lh",Handler.create(this,onModelOK),null,Sprite3D); private function onModelOK():void         {              //添加3D场景              var scene:Scene = new Scene();              Laya.stage.addChild(scene);      ...

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

36. 3d特效克隆时,在手机会现卡顿情况,特效资源已经提前在加载 [ 81%]

..._path = UrlConfig.EFFECT_PATH_3D+url;             var itemComplete:Sprite3D =  Laya.loader.getRes(_path);             if(itemComplete == null || itemComplete.loaded == false){                 var groupName:String = null;                 if(isGroup == true){ ...

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

37. 用1.01导出的场景加载失败 [ 81%]

用1.01导出的场景加载失败 提示 Sprite3D: the .lh file root type must be Sprite3D,please use other function to load this file.     我的代码  var scene = Laya.Sprite3D.load("unity/LayaScene_1/1.lh");     SceneManager.Instance().AddChild(scene);   2017-05-31 添加评论 免费帖...

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

38. laya.d3.core.light.PointLight [ 81%]

...d3.core.lightClasspublic class PointLightInheritancePointLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object PointLight 类用于创建点光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

来源: laya_api 发布时间: 20170929

39. laya.d3.core.glitter.Glitter [ 81%]

...elaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

来源: laya_api 发布时间: 20170929

40. laya.d3.core.light.DirectionLight [ 81%]

...lightClasspublic class DirectionLightInheritanceDirectionLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object DirectionLight 类用于创建平行光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...

来源: laya_api 发布时间: 20170929