大约有 315 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
Laya_社区(111) Laya3.0_api(105) Laya2.0_文档(39) Laya2.0_api(25) Laya3.0_文档(16) laya_api(13) Laya_示例(6)
new BoxMesh(x,y,z)中 的bug? BoxMesh(x,y,z)中x与y对调了?创建一个微信3D的项目,修改其y,比如2,结果发现,并非如愿地让物体在竖直方向上由原来1变成两倍(而是垂直屏幕的方向),结果换了下y与z的值,效果才出来,于是我怀疑是...
来源: Laya_社区 发布时间: 20180720
...Aplha: number ): Vector3{ let u:number = point3d.x; let v:number = point3d.y; let w :number = point3d.z; let T :number= Aplha; let axisU:Vector3 ; Vector3.normalize( vector3d,axisU); let x:number= axisU.x; ...
来源: Laya_社区 发布时间: 20191218
...st.length, bg.height / 2); 这一行代码中,我实际是通过Sprite的x,y属性去调整的位置,突然想起教程中讲到的注意事项 x,y调整位置,貌似会从0,0开始一直画到你调整的x,y位置,再加上addChild()的特性,后add在上,所以会盖住先add的Sprite...
来源: Laya_社区 发布时间: 20180810
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/device/motion/AccelerationInfo" AccelerationInfo Class AccelerationInfo 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪...
来源: Laya3.0_api 发布时间: 20231115
...tion; var btPosition = CannonPhysicsComponent._btVector30; if (shapeOffset.x !== 0 || shapeOffset.y !== 0 || shapeOffset.z !== 0) { var physicPosition = CannonPhysicsComponent._tempVector30; var worldMat = transform.worldMatrix; Laya.Vector3.transformCoordinate(shapeOffset, worldMat, physicPosition)...
来源: Laya_社区 发布时间: 20210904
当前3D版本怎么获取地图高度?知道x和z获取y~~~~~ 2017-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****755 赞同来自: 参考:https://layaair.ldc.layabox.co ... ing03 2017-08-30 0 ...
来源: Laya_社区 发布时间: 20170828
...(3, 3, 3)); var outHitResult: Laya.HitResult = new Laya.HitResult(); point.x = Laya.MouseManager.instance.mouseX; point.y = Laya.MouseManager.instance.mouseY; console.log("rayPoint111 pointx:"+ point.x+" pointy:"+point.y+ " ray.origin.x:"+ray.origin.x+ " ray.origin.y:"+ray.origin.y+ " ray.origin.z:"...
来源: Laya_社区 发布时间: 20191219
..._('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'); __JS__('var canShake = 1'); __JS__('if (window.DeviceMotionEvent){window.addEventListener("devicemotion", deviceMotionHandler, false)'); __JS__('}else{alert("你的设备不支持D...
来源: Laya_社区 发布时间: 20160110
API DocumentationAll Packages | All Classes | Index | Frames No Frames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alp...
来源: laya_api 发布时间: 20170929
API DocumentationAll Packages | All Classes | Index | Frames No Frames AccelerationInfoProperties | Methods Packagelaya.device.motionClasspublic class AccelerationInfoInheritanceAccelerationInfo Object 加速度x/y/z的单位均为m/s²。 在硬件(陀螺仪)不支持的情况下,alp...
来源: Laya2.0_api 发布时间: 20190513