腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(934)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
SpriteKit球失去所有能量击球墙,
restitution
=1
bodyWithCircleOfRadius:ball.frame.size.width/2]; ball.physicsBody.
restitution
浏览 0
提问于2014-02-27
得票数 12
回答已采纳
2
回答
当使用
restitution
=1时,为什么box2d中的反弹会增加
/ box shape definitiongroundSd.extents.Set(width, height);var boxSd = new b2CircleDef();boxSd.friction = 1.0; boxSd.
restitution
浏览 21
提问于2013-09-11
得票数 0
2
回答
如何在Box2d中防止碰撞后的反弹?
Feel free to customize this.{ if(
restitution
1
浏览 4
修改于2018-03-25
得票数 0
回答已采纳
1
回答
提高每个触点的节点速度
我也试过:_node.physicsBody.
restitution
= _node.physicsBody.
restitution
+ 0.001f;但是当节点跳得太快时,它会突然穿过其他本应是墙的节点
浏览 0
修改于2014-01-26
得票数 0
回答已采纳
4
回答
在Oracle sql中连接两个表
date_
restitution
4 307VXN78 1000 524-JAN-11 date_
restitution
5 777SET131005 4 23-APR-11 date_
restitution
1 179CL
浏览 0
修改于2013-03-21
得票数 4
回答已采纳
1
回答
选择特定于表的列
SELECT * LEFT JOIN ENREGISTREMENT AS E ON F.Enregistrement=E.Numero LEFT JOIN RESERVATION AS X ON F.Numero=X.Facturation FROM FACTURATION AS F LEFT JOIN ENREGISTREMENT AS E
浏览 0
提问于2016-05-21
得票数 1
回答已采纳
1
回答
物体在反弹后获得额外的动量
Restitution
变量:处理退回的代码: VY=Math.abs(VY)*Utils.
RESTITUTION
浏览 6
提问于2016-03-19
得票数 0
1
回答
球对球碰撞
我得到了除了1.0f + Constants.
restitution
之外的所有东西?什么是1.0f,什么是Constants.
restitution
?
浏览 4
修改于2017-05-23
得票数 2
回答已采纳
1
回答
帆布与矩形的碰撞
if (bp.y > posY - brd && bp.y < yy + brd && bp.x > posX && bp.x < xx) { ball.velocity.y *= ball.
rest
浏览 0
提问于2018-04-03
得票数 0
回答已采纳
1
回答
从json字符串解析时未调用对象构造函数。
0.0, "density": 0.0, "
restitution
0.0, "density": 0.0, "
re
浏览 1
提问于2014-05-21
得票数 0
回答已采纳
1
回答
Box2D。b2Body对象没有属性“GetLinearVelocity”
class Ball: self.maxspeed = maxspeed self.
restitution
=
restitution
浏览 17
修改于2020-08-12
得票数 3
2
回答
为什么在spritekit中发生几次碰撞之后,我的物理物体会相互穿透?
对于跳跃,我使用
restitution
player.physicsbody.
restitution
= 1.0,我基于update:方法中的加速度计数据对角色的身体施加力。
浏览 5
修改于2014-07-19
得票数 2
1
回答
如何在SpriteKit中让玩家节点在跳转后站立?
restitution
= 0ground?.physicsBody?.
restitution
= 0跳跃动作是通过施加脉冲来创建的 player.physicsBody?.
浏览 3
提问于2019-10-31
得票数 1
回答已采纳
1
回答
PhysicsJS -两个物体之间的碰撞永远不会结束
= Physics.body('circle', { y: 0,
restitution
250, width: 50,
restitution
edges aabb:
浏览 5
修改于2014-11-18
得票数 1
回答已采纳
2
回答
球的物理属性应该是什么?
ballShapeDef.shape =&b2FixtureDef;ballShapeDef.density = 5000.0f;ballShapeDef.friction = 10.0f;ballShapeDef.
restitution
中;ballShapeDef.shape =&循环;ballShapeDef.density = 5000.0f;ballShapeDef.friction = 10.0f;ballShapeDef.
restitution
ballShapeDef;ballShapeDef.shape =&循环;bal
浏览 0
修改于2011-07-04
得票数 2
回答已采纳
1
回答
动态获取父元素,并在xslt中处理xml的动态子元素
Paid:</Column1></caseFinancialSummary><Column1>
Restitution
_Due>$0.00</
Restitution
_x0020_Due> <
Restitution
_x0020_Paid>$0.00</
Restitution
浏览 3
提问于2017-03-03
得票数 2
回答已采纳
2
回答
确定字符串在JSON数组中的出现情况
我有一个字符串化的数组: JSON.stringify(arr) = [{"x":9.308,"y":6.576,"color":"yellow","
restitution
":0.2,"type":"static","radius":1,"shape":"square","width":0.25,"height":0.25},{"
浏览 2
提问于2013-11-13
得票数 0
1
回答
如何提高RealityKit物理模拟精度?
import RealityKit} let wallMaterial = PhysicsMaterialResource.generate(friction: 0.005,
restitution
tableSurfaceMatrial = PhysicsMaterialResource.generate(staticFr
浏览 7
修改于2021-12-26
得票数 1
1
回答
Box2D体不呈现和崩溃
(x, y);} this.density = density; this.
restitution
=
restitution
; fixture = body.createFixture(fixtur
浏览 1
修改于2016-07-03
得票数 0
回答已采纳
1
回答
SKSpriteNode不应受另一个SKSpriteNode的影响
restitution
= 0 ball.physicsBody!.
restitution
= 1.0 编辑:,这是接触点。
浏览 5
修改于2015-10-09
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券