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

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

221. Unity插件导出模型 [ 62%]

...报错   附件包含导出的资源文件,麻烦帮忙看下   Laya.Sprite3D.load("res/LayaScene_Model_71008/Model_71008.lh", Laya.Handler.create(null, function(sprite:Laya.Sprite3D):void { scene.addChild(sprite); sprite.transform.localScale = new Laya.Vector3(0.2, 0.2, 0.2); }));   报错信...

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

222. 3d导入粒子效果报错 [ 62%]

3d导入粒子效果报错 代码 var particleSprite3D = Laya.Sprite3D.load("res/partical1/sceneFXMaker.lh"); 报错 Error: LoaderManager:unknown file(res/partical1/Assets/IGSoft_Tools/FXMaker/ToolResource/Texture/MapGrid.psd) extension with: psd. at LoaderManager.__proto._create (file:///C:/Users/...

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

223. 在模型有刚体的情况下,怎么才能让模型只围绕一个轴进行旋转 [ 61%]

...-11 20:43 @源:那个,这样算是吧刚体和模型分开了吗。 Laya.Sprite3D.load("h5/LayaScene_car/Conventional/car.lh",Laya.Handler.create(this,(sp:Laya.Sprite3D)=> { this.car = sp.getChildAt(0).getChildAt(0) as Laya.Sprite3D; this.scene.addChild(this.car); this.rig = (this.car...

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

224. 1.7.17beta,微信小游戏预览加载问题 [ 61%]

...义模型 Laya.URL.basePath="http://192.168.8.104:8080/" var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.1, 0.1, 0.1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.StandardMaterial = new Laya.StandardMa...

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

225. laya.d3.core.BaseCamera [ 61%]

...ants Packagelaya.d3.coreClasspublic class BaseCameraInheritanceBaseCamera Sprite3D Node EventDispatcher ObjectSubclasses Camera BaseCamera 类用于创建摄像机的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean ...

来源: Laya2.0_api 发布时间: 20190513

226. 求ShuriKenParticle3D用法 [ 61%]

...yaAirUnityPlugin 1.1.0.unitypackage 就可以了 bing • 2017-06-06 11:26 Sprite3D.load('resources/jinbi.lh'); 加载出来的对象没有子对象 jinbi.lh 由LayaAirUnityPlugin 1.1.0导出, 内容如下: { "type":"Sprite3D", "props":{"name":""},...

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

227. 材质-BlinnPhong-反射贴图 [ 61%]

...extureCube; camera.sky = skyBox; var teapot1 = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/staticModel/teapot/teapot-Teapot001.lm"))); teapot1.transform.position = new Laya.Vector3(-0.8, 0, 0); teapot1.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067...

来源: Laya_示例 发布时间: 20240929

228. 材质-BlinnPhong材质加载 [ 61%]

... new Laya.Vector3(1, -1, -1); var layaMonkey = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm"))); //加载材质 layaMonkey.meshRender.material = Laya.StandardMaterial.load("../../res/threeDimen/skinModel/Lay...

来源: Laya_示例 发布时间: 20240929

229. Unity5.5用LayaUnityPlugin 0.55导出模型 [ 61%]

...这个方法获取不到材质 var rootSkinMesh = scene.addChild(new Laya.Sprite3D()); var skinMesh0 = rootSkinMesh.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("3d/LayaScene_/Library/unity default resources-Cube.lm"))); var skinMesh1 = rootSkinMesh.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("3d...

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

230. 进度条组件使用异常 [ 61%]

...tyPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 List 组件列表渲染异常 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'...

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