大约有 731 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0040 秒)
Laya_社区(333) Laya3.0_api(99) Laya2.0_api(82) laya_api(76) Laya2.0_文档(63) Laya_示例(46) Laya3.0_文档(20) Laya2.0_示例(12)
...进行转换。因为需求特殊,我们采用的是Position的x取反,Rotation的x,w取反! 2017-06-01 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 q755456 相关问题 看了其他引擎才发现 LAYA 真的太太太太好用...
来源: Laya_社区 发布时间: 20170601
...元数的相关内容 w1114367261 • 2018-04-18 20:20 Sprite3D.transform.rotate.Quaternion.createFromAxisAngle();
来源: Laya_社区 发布时间: 20180418
...nsform.position = new Vector3(-28.8, 8, -60); renderTargetCamera.transform.rotate(new Vector3(0, 180, 0), true, false); //选择渲染目标为纹理 renderTargetCamera.renderTarget = new RenderTexture(512, 512); //渲染顺序 renderTargetCamera.renderingOrder = -1; //清除标记 renderTargetCamer...
来源: Laya2.0_文档 发布时间: 20210715
...我直接库里面改了 ymsdandan • 2017-11-07 11:50 @zqn951201:Sprite.rotation
来源: Laya_社区 发布时间: 20171107
...nsform.position = new Vector3(-28.8, 8, -60); renderTargetCamera.transform.rotate(new Vector3(0, 180, 0), true, false); //选择渲染目标为纹理 renderTargetCamera.renderTarget = new RenderTexture(512, 512); //渲染顺序 renderTargetCamera.renderingOrder = -1; //清除标记 renderTargetCamer...
来源: Laya2.0_文档 发布时间: 20210715
...).map(_ => new Laya.Matrix()) matrices.forEach((matrix, i) => matrix.rotate(Math.PI / 2 * i)) tileIndices.forEach((idxOnSource, idxOnTilemap) => { if (!idxOnSource) return const position = tilemap.getTilePositionByIndex(idxOnTilemap) const tileTexture = getTexture(idxOnSource) const matrix ...
来源: Laya_社区 发布时间: 20180720
... Laya_Aaron • 2018-01-22 10:23 Tween.to(sp,{x:100,y:20,scaleX:2,scaleY:2,rotation:90},5000,null,Handler.create(this,onLater));完全没有问题
来源: Laya_社区 发布时间: 20180121
...ansform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMaterial = new MultiplePassOutlineMaterial(); //漫反射贴图 Laya.Texture2D.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/...
来源: Laya2.0_文档 发布时间: 20210714
...orm.translate(new Vector3(0, 3, 3)); camera.transform.rotate(new Vector3( -30, 0, 0), true, false); camera.clearColor = null; camera.clearFlag = BaseCamera.CLEARFLAG_SKY; //camera.addComponent(CameraMoveScript);报...
来源: Laya_社区 发布时间: 20170527
...按拖动还是滑动 摄像头自动旋转不行,哪里错了吗 计算rotate旋转值 粒子ide发射方向 问题状态 最新活动: 2018-03-01 16:20 浏览: 770 关注: 2 人 wq • 2018-03-01 17:28 。。。实现不了吗,我试试。 Star楼 • 2020-05-06 11:50 微信网页游戏不旋...
来源: Laya_社区 发布时间: 20180301