大约有 731 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
Laya_社区(333) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(20) Laya2.0_示例(12)
...2 这是我写的一个解决方案,同理可以修改成控制scale 和 rotation 2018-07-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 demibug 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用...
来源: Laya_社区 发布时间: 20170630
...rehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.transform.translate(new Laya.Vector3(0,0,0),false); warehouseMeshSprite3D1= warehouse1.getChildAt(0).getChildByName("Mesh1"); var material = warehouseMeshSprite3D1....
来源: Laya_社区 发布时间: 20171226
...); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); scene.addChild(Laya.Sprite3D.load("../../../../../../../res/resourse/particle/ETF_Eternal_Light.lh")); //此处为控制台的输出 Warning!,this class[MiniAdpter] already ...
来源: Laya_社区 发布时间: 20190301
...te(new Vector3(0, 3, 3)); camera.transform.rotate(new Vector3( -30, 0, 0), true, false); camera.clearColor = null; //添加方向光 var directionLight:DirectionLight = sce...
来源: Laya_社区 发布时间: 20180116
...00, 2001); camera.fieldOfView = 20; camera.transform.rotate(new Laya.Vector3(0,180,0),true,false); var skyBox:Laya.SkyBox=new Laya.SkyBox(); camera.clearFlag= Laya.BaseCamera.CLEARFLAG_SKY; camera.viewport.project(pos, camera.projectionViewMatrix, outPos...
来源: Laya_社区 发布时间: 20180521
...性 Transform选择组件。可以调整摄像机的**Position**位置,**Rotation**选择和**Scale**缩放。 #### 摄像机属性 ##### Clear Flags 清除标志 支持项包括Skybox天空盒、Solid Color纯色、Depth only仅深度、Don’t Clear不清除 ##### Background背景, 在没有...
来源: Laya2.0_文档 发布时间: 20210715
...xception: Method not found: 'UnityEngine.ParticleSystem.MainModule.get_flipRotation'. LayaExport.DataManager.getComponentsData (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) 2018-10-29 0 0 ...
来源: Laya_社区 发布时间: 20180819
...e3D.addChild(cardOne); cardOne.transform.position = pos; cardOne.transform.rotate(new Laya.Vector3(0,0,0), false, false); if(index == 0){ cardOne.meshRenderer.receiveShadow = true; }else{ var unlitMat = new Laya.PBRStandardMaterial(); var texture: Laya.Texture2D = Laya.loader.getRes("Reference/cardt...
来源: Laya_社区 发布时间: 20191223
...eObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolean ignoreNullChild) LayaExport...
来源: Laya_社区 发布时间: 20180308
...,转成右手了,但是旋转还是有问题,你们导出的结果,rotation的x 和z都要取复数,然后如果是镜头动画的话y还要再加上180。也可能是我转换的不对吧。。。总之我现在按照这个方法得出的结果是正确的。javascript:;。。 183*****755...
来源: Laya_社区 发布时间: 20170717