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

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

221. 3D动画无法播放 [ 55%]

...here001.lm"))) as MeshSprite3D; shared.transform.localScale = new Vector3(0.3, 0.3, 0.3);             //获取角色动画组件             var ani:Animator=shared.getChildAt(0).getComponentByType(Animator) as Animator;             //监听默认动画...

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

222. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 55%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

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

223. unity导出的场景.ls加载到laya3d中报错 [ 55%]

...dChild(camera); //移动摄像机位置 camera.transform.position=new Laya.Vector3(-8, 4, 15); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); } } new LayaAir3D();   2017-10-17 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 麻烦上...

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

224. 使用U3D导出粒子特效不显示 [ 55%]

...dChild(new Laya.Camera(0, 0.1, 100)) ; camera.transform.translate(new Laya.Vector3(0, 1, 0)); camera.addComponent(CameraMoveScript); } return LayaAir3D; } ()); LayaAir3D();   2018-03-20 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添...

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

225. 三维模型远处贴图模糊 [ 54%]

...RILINEAR:int = 2; 请问是版本问题么? 我的layabox版本是1.7.19 vector 1 • 2018-11-08 11:17 同问

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

226. 想做天空盒但是camera上没有sky这个属性 [ 53%]

...e.addChild(new Camera(0, 0.1, 100)) as Camera; camera.transform.rotate(new Vector3(10, 0, 0), true, false); camera.addComponent(CameraMoveScript); camera.clearFlag = BaseCamera.CLEARFLAG_SKY; //天空盒 BaseMaterial.load("res/threeDimen/skyBox/skyBox1/skyBox.lmat", Handler.create(null, function(mat...

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

227. 【悬赏版】动态更换SkinedMeshSprite3D对象,替换后,对象缩小了 [ 53%]

...uipSkinedMeshSprite3D); equipSkinedMeshSprite3D.transform.scale = new Laya.Vector3(2.54, 2.54, 2.54);   补充:         衣服单独添加到场景没有问题,         添加到人物上,就会出现缩小。   2018-09-06         增加了Demo,界面上有3个按钮,点击...

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

228. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 52%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

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

229. 【算法挑战】双指外扩/内聚时,如何实现以双指中点为中心缩小/放大舞台。 [ 52%]

...的时候按钮位移动了是否是我做法有问题 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 微信小游戏舞台背景色无法改变 layaAir,图片在普通尺寸和放大2倍的情况下,会...

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

230. laya.d3.core.scene.BaseScene [ 51%]

... Array滤镜集合。可以设置多个滤镜组合。Sprite  fogColor : Vector3 获取雾化颜色。 BaseScene  fogRange : Number 获取雾化范围。 BaseScene  fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放...

来源: laya_api 发布时间: 20170422