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

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

281. API里没有rotationX、rotationY吗? [ 57%]

API里没有rotationX、rotationY吗? 2017-01-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: API里只有rotation属性,没有rotationX和rotationY 2017-01-20 0 2 分享 微博 QZO...

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

282. 摄像机旋转问题 [ 57%]

...这个物体旋转。有相关的方法可以解决吗?   private var _rotateC:Vector3 = new Vector3(0, 0.001, 0);         private function startRound():void         {             Laya.timer.frameLoop(1, this, function():void{                 camare.transform.rota...

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

283. laya.display.cmd.RotateCmd_API3.0 [ 57%]

...ected All Inherited Externals Only exported Menu Globals "laya/display/cmd/RotateCmd" RotateCmd Class RotateCmd 旋转命令 Hierarchy RotateCmd Index Properties angle pivotX pivotY ID Methods recover Properties angle angle: number Defined in laya/display/cmd/RotateCmd.ts:13 旋转角度,以弧度...

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

284. 高级应用-寻路导航 [ 57%]

...transform.localPosition = new Laya.Vector3(0, 7, -7); moveCamera.transform.rotate(new Laya.Vector3(-45, 180, 0), true, false); Laya.stage.on(Laya.Event.MOUSE_UP, this, function () { this.index = 0; //获取每次生成路径 this._everyPath = pathFingding.findPath(this.path[this.curPathIndex % this....

来源: Laya_示例 发布时间: 20260303

285. SkyBoxMaterial材质详解(TypeScript-3D基础(TS)-天空材质详解) [ 57%]

...置曝光强度 mat.exposure = Math.sin(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)

来源: Laya2.0_文档 发布时间: 20210715

286. SkyBoxMaterial材质详解(JavaScript-3D基础(JS)-天空材质详解) [ 57%]

...置曝光强度 mat.exposure = Math.sin(exposureNumber += 0.01) + 1; mat.rotation += 0.01; }); })); ``` ![](img/1.gif)(图1)

来源: Laya2.0_文档 发布时间: 20210715

287. layabox重力检测翻转问题 [ 57%]

...-17 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 你改变屏幕的rotation属性,可以实现翻转,或者设置scale属性 2017-03-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 sogetsu 相关问题 发起问题须知,...

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

288. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 57%]

... EXPOSURE RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT ROTATION SHADERDEFINE_ADDTIVEFOG SHADERDEFINE_ALPHATEST SHADERDEFINE_MAINTEXTURE TEXTURECUBE TINTCOLOR defaultMaterial Accessors MaterialDefine MaterialProperty _defineDatas alphaTest alphaTestValue blend blendDst blendDstAlp...

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

289. 文字旋转后,变的很模糊 [ 57%]

...置,如何实现 安卓微信小游戏中webgl渲染文字过慢 计算rotate旋转值 Laya升级到2.5之后,文字缩放动画出现抖动 3D中摄像机绕物体旋转该如何实现? 问题状态 最新活动: 2017-08-01 18:13 浏览: 1885 关注: 2 人 cuixueying • 2017-08-01 20:36 Laya...

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

290. 没有人尝试使用3d物理引擎么 [ 57%]

...Camera; camera.transform.translate(new Vector3(0, 3, 6)); camera.transform.rotate(new Vector3(-15, 0, 0), true, false); camera.clearColor=null; camera.addComponent(CameraMoveScript); CameraStat.show(camera, 200, 0); //添加方向光 var directionLight:DirectionLight=scene.addChild(new DirectionLigh...

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