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

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

261. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 78%]

...r camera = scene.addChild(new Laya.VRCamera( 0.03,0, 0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0.3, 0.3, 0.6)); camera.transform.rotate(new Laya.Vector3(-12, 0, 0), true, false); camera.clearFlag = Laya.BaseCamera.CLEARFLAG_SKY; camera.addComponent(VRCameraMoveScript); /* var camera...

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

262. 3D模式下使用Tween使模型移动如何写法 [ 78%]

...englongyu/denglongyu1.jpg"); fish.meshRender.material = fishmaterial; fish.transform.localScale = new Laya.Vector3(0.001,0.001,0.001); fish.transform.localPosition = new Laya.Vector3(0,1,0); fish.transform.rotate(new Laya.Vector3(0,-Math.PI/2,0)); //移动鱼 Laya.Tween.to(fish,{x:-1},3000,Laya.Ease...

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

263. (实现手指控制模型的缩放旋转)触控可以识别 但是导入的模型没有根据触控反应 [ 77%]

...me = "camera";         //相机平移位置         camera.transform.translate(new Laya.Vector3(0, 0.8, 1.5));         //旋转相机         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);                      //创建平行光 ...

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

264. laya.d3.core.trail.TrailFilter [ 77%]

...TrailSprite3D)TrailFilterPublic Constants ConstantDefined By  ALIGNMENT_TRANSFORM_Z : int = 1[static] 轨迹准线_面向运动方向。TrailFilter  ALIGNMENT_VIEW : int = 0[static] 轨迹准线_面向摄像机。TrailFilterProperty Detail_curtimepropertypublic var _curtime:Number = 0_lastPosit...

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

265. CameraMoveScript.as在哪儿下载群里的有错 [ 77%]

...(state.elapsedTime); } protected function mouseDown(e:Event):void { camera.transform.localRotation.getYawPitchRoll(yawPitchRoll); lastMouseX = Laya.stage.mouseX; lastMouseY = Laya.stage.mouseY; isMouseDown = true; } protected function mouseUp(e:Event):void { isMouseDown = false; } protected function...

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

266. 新手的伤,ReferenceError: CameraMoveScript is not defined [ 77%]

...; //加载到场景 scene.addChild(camera); //移动摄像机位置 camera.transform.position = new Laya.Vector3(0, 5, 23); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-17, 0, 0), true, false); //设置摄像机视野范围(角度) camera.fieldOfView = 35; //设置背景颜...

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

267. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 77%]

... { this.camera = this.owner as Laya.Camera; if (this.target) { this.target.transform.position.cloneTo(this.curpos); this.delatpos = new Laya.Vector3(); } } /** * 每帧更新时执行,尽量不要在这里写大循环逻辑或者使用getComponent方法 * 此方法为虚方法,使用时重写覆...

来源: Laya3.0_文档 发布时间: 20241014

268. 2.4.0beta不支持es6的解构和async await语法? [ 77%]

...风。胡! • 2020-02-06 17:17 我是mac的包,上面的报错是被transform的插件报错中断的,所以打开应用里的包代码,找到CONTENTS/Resources/app/node_modules/rollup/dist/rollup.js里16065行transform插件报出error的地方,把error注释掉。发现打出来的代...

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

269. 3D旋转如何做tween缓动?目前尝试了localRotationEuler,rotationEuler。 [ 77%]

...万向锁的问题(不知道是不是我理解错了)。 3.想参考 transform.rotate()转化为四元素Quaternion来实现,可是Quaternion的属性是只读的,没有set方法,也没办法做缓动。 2017-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

270. laya as发布玩一玩到Xcode工程,编译报错 [ 77%]

...编译报错 level=1, code=-1, info1=Execute JS Error![TypeError: this.ctx.transform is not a function. (In 'this.ctx.transform(a,b,c,d,tx,ty)', 'this.ctx.transform' is an instance of RectTransform)]: line = 6253, column = 21, sourceURL = /var/containers/Bundle/Application/2DE21169-C5AF-439A-9F39-D3...

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