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

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

221. 在Unity中导出拖尾系统(TypeScript-3D基础(TS)-LayaAir3D之拖尾系统) [ 57%]

...示例代码,去掉了示例代码的旋转摄像机 //加载拖尾 Laya.Sprite3D.load('LayaScene_tst/Conventional/Sphere.lh',Laya.Handler.create(this,function(sp){ //将加载的拖尾添加给示例盒子 box.addChild(sp); //为了体现效果,我们移动盒子摄影机观察效果 Laya.time...

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

222. 支付宝小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 57%]

...der.load("sub1/Cube.lh").then((res: Laya.PrefabImpl) => { let sp3: Laya.Sprite3D = res.create() as Laya.Sprite3D; this.scene3d.addChild(sp3); }); }) Laya.loader.loadPackage("sub2", this.printProgress).then(() => { Laya.loader.load("sub2/Sphere.lh").then((res: any) => { let sp3 = res.create(...

来源: Laya3.0_文档 发布时间: 20250103

223. Laya3D可以自定义材质吗? [ 57%]

...ng        在laya3D中,网格模型数据是通过laya.d3.core.MeshSprite3D展示的,他里面有两个极其重要的属性就是laya.d3.core.MeshFilter(网格过滤器)laya.d3.core.meshRender(网格渲染器)。 1.laya.d3.core.MeshFilter(网格过滤器):这个负责数据,你用...

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

224. u3d 插件导出 简单场景,用最新引擎无法加载成功 [ 56%]

...ition = new Laya.Vector3(0,4,10); //载入并显示3D建筑 var map = Laya.Sprite3D.load("LayaScene_test/test.lh"); scene.addChild(map); //map.transform.localPosition = new Laya.Vector3(0,-4,-10); //控制摄像机 camera.addComponent(CameraMoveScript);   2017-05-24 添加评论 免费帖 --> 分...

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

225. 使用IDE生成图集后,无论使用图集下的某个小图 [ 56%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 微信小游戏:HTMLDivElement的使用 用二的幂次方图集非二的幂次方图集区别在哪...

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

226. 请问下fbx类型的模型怎么转成lh格式的模型? [ 56%]

...的模型怎么转成lh格式的模型? var zombie = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/Zombie/new/Zombie.lh"));  这个是案例里面加载模型的格式.请问下fbx类型的模型怎么转成lh格式的模型? 2017-12-26 添加评论 免费帖 --> 分享 微...

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

227. vivo小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 56%]

...egClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //...

来源: Laya3.0_文档 发布时间: 20250103

228. 载入U3D导出的粒子特效报错 [ 56%]

...5)     at Function.Utils3D._createNodeByJson (laya.d3.js:17954)     at Sprite3D.__proto.onAsynLoaded (laya.d3.js:30800)     at ResInfo.onLoaded (laya.core.js:13189)     at EventHandler.__proto.runWith (laya.core.js:726)     at ResInfo.__proto.event (laya.core.js:494)     at LoaderManager...

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

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

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

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

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

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

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