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

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

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

...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

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

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

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

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

...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

204. u3d模型导出报错,1第一次导出报错,2第二次不会有这个错误提示了,3生成文件后到laya里面使用提示没有动画 [ 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_社区 发布时间: 20180202

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

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

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

206. unity 导出问题 animator出错 [ 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_社区 发布时间: 20171109

207. 关于Laya.Tween 在3d上的应用与缓动的优化 [ 51%]

...例,将origin的值变化为target的值,可以对应成3d对象中的vector3         let origin: any = {x:1,y:2,z:3};         let target: any = {x:5,y:8,z:8};         Laya.Tween.to(origin,target,500).update = new Laya.Handler(null,()=>{           ...

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

208. Mesh模型能否动态合并? [ 50%]

...nkey.meshRender.material = mat; layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //Laya.timer.frameLoop(1, this, function () { // layaMonkey.transform.rotate(this.rotation, false); //}); }这种是没...

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

209. laya.d3.math.native.ConchVector3_API3.0 [ 50%]

...l Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchVector3" ConchVector3 Class ConchVector3 Vector3 类用于创建三维向量。 Hierarchy ConchVector3 Implements IClone Index Constructors constructor Properties elements ForwardLH ForwardRH NAN NegativeUnitX ONE UnitX UnitY...

来源: Laya3.0_api 发布时间: 20231102

210. laya.d3.core.scene.BaseScene [ 50%]

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

来源: laya_api 发布时间: 20170422