大约有 29 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
...下代码,因为转换后的z值得问题,这个z的为什么要这样判断 z<0 || z>1 __proto.worldToViewportPoint=function(position,out){ Matrix4x4.multiply(this._projectionMatrix,this._viewMatrix,this._projectionViewMatrix); this.viewport.project(position,this._projectionViewMatrix,out...
来源: Laya_社区 发布时间: 20171229
...一改把这个包围球拿出来,放到update循环检查位置和半径判断碰撞也是可以的吧……一直在研究整合js的3d物理引擎,感觉要跪。。 183*****755 • 2017-04-28 17:08 unity中一般都不会用两个MeshCollider做碰撞,显示示例可以,但在项目中...
来源: Laya_社区 发布时间: 20170324
...碰撞组的索引值,而是使用刚体的碰撞类别和碰撞掩码来判断是否进行碰撞。 2.11.2 碰撞类别category 碰撞类别是用来指定一个刚体属于哪个碰撞分类的,这个类别的值通常使用2的N次幂作为属性值,范围为[1, 2^31],最多有32种不同...
来源: Laya3.0_文档 发布时间: 20241014
...件还可以执行 每次点击报下面的警告, 在源码里面加上判断后, (e.cancelable) && (e.preventDefault()); 依然无法解决 Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupte...
来源: Laya_社区 发布时间: 20200512
...以执行 每次点击报下面的警告, 在laya.core源码里面加上判断后, (e.cancelable) && (e.preventDefault()); 依然无法解决 Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupte...
来源: Laya_社区 发布时间: 20200512
...Tween文件内发现一个bug 在AS文件中 Tween _updateEase方法内 有判断对象销毁后停止缓动 编译转换成JS后 判断是否为空的逻辑没有了 //如果对象被销毁,则立即停止缓动 /*[IF-FLASH]*/if (target is Node && target.destroyed) return clearTween(targe...
来源: Laya_社区 发布时间: 20170313
...以执行 每次点击报下面的警告, 在laya.core源码里面加上判断后, (e.cancelable) && (e.preventDefault()); 依然无法解决 Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupte...
来源: Laya_社区 发布时间: 20200512
...式 缓动动画SKEW-Y从0到360卡住 tween complete 报错 以及如何判断对象正在缓动中 打包百度小游戏不能播放声音?是api不支持 还是发生了改变 或者格式问题? 2个关于缓动动画的问题,会卡住 动态改变List的高度之后,再刷新列表, ...
来源: Laya_社区 发布时间: 20200816
...链接 提交 1 个回复 qian 赞同来自: 获取碰撞点高度 然后判断给模型相应的状态 2018-01-08 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 haiboannacom 相关问题 sprite旋转以后,但是原来碰撞检测rect...
来源: Laya_社区 发布时间: 20180108
...,点击事件的话,可以发射一条射线,射线射到这个物体判断是想要的,就可以触发事件,这是一种思路,也可以尝试其他办法 2018-07-12 1 9 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: https://layaair.ldc.layabox.com/demo/?category=3d&group=phys...
来源: Laya_社区 发布时间: 20180712