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

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

351. 解决fitDOMElementInArea在ios下不能正常显示 [ 54%]

...om.style.webkitTransform="scale("+transform.scaleX+","+transform.scaleY+") rotate("+(Laya.stage.canvasDegree)+"deg)";         dom.style.width=width+'px';         dom.style.height=height+'px';         dom.style.left=transform.x+'px';         dom.style.top=transform.y+'...

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

352. 时间轴动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 54%]

...:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的旋转角度。 #### 1.3.2 增加缩放动画效...

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

353. 对象池3D问题 [ 54%]

...y.transform.position = new Laya.Vector3(0, 0.5,0); // layaMonkey.transform.rotate(new Laya.Vector3(0,-Math.PI/2,0)) //漫反射贴图 var tietu=layaMonkey.getChildByName("denglongyu").getChildByName("denglongyu") var tietutu=tietu.skinnedMeshRender.sharedMaterial; tietutu.diffuseTexture = Laya.Textu...

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

354. 粒子特效导出后不动 [ 54%]

... 微博 QZONE 微信 brekss 赞同来自: 我用了粒子特效里的  “Rotation by Speed”    ,laya支持吗? 2017-09-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 brekss 相关问题 unity导出粒子文件问题 缓动Tw...

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

355. 时间轴动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 54%]

...:`x`值为235,`y`值为100,`pivotX`值为50,`pivotY`值为100,`rotation`值为270。点击播放即可。 **属性解释:** `x`与`y`是组件的位置坐标。 `pivotX`与`pivotY`是组件的轴心点坐标x与y。 `rotation`是组件的旋转角度。 #### 1.3.2 增加缩放动画效...

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

356. 3D模型的材质修改问题 [ 54%]

...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 shareMaterial = warehouseMeshSprit...

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

357. 如何获得box单独每个面的material [ 54%]

...var box = this.parent.addChild(new Laya.MeshSprite3D(mesh)); box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); box.transform.position = new Laya.Vector3(ConstValue.boxOutScreen,ConstValue.boxHeight/2,0); var material = new Laya.StandardMaterial(); material.albedo = new Laya.Vector4(thi...

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

358. 射线检测-碰撞器混合 [ 54%]

...era.transform.translate(new Laya.Vector3(0, 6, 13)); this.camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); this.camera.addComponent(CameraMoveScript); //加载猴子 this.layaMonkey = this.scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh"))...

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

359. laya.d3.math.Vector3 [ 54%]

...量到另外一个三维向量。 Vector3  transformQuat(source:Vector3, rotation:Quaternion, out:Vector3):void[static] 根据四元数旋转三维向量。 Vector3  transformV3ToV3(vector:Vector3, transform:Matrix4x4, result:Vector3):void[static] 通过矩阵转换一个三维向量到另外一...

来源: laya_api 发布时间: 20170929

360. 3D怎么使用canvas渲染,无论怎么看都是webgl [ 54%]

... camera.transform.translate(new Laya.Vector3(0, 0.5, 1)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")); alert(Laya.Render.isWebGL) 2018-06-14 添加评论 免费帖 -...

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