Physics Manager

物理学管理器

The Physics Manager lets you provide global settings for 3D physics (menu: Edit > Project Settings > Physics). There is also a corresponding manager for 2D physics, described here.

物理学管理器让你能够给3D物理学进行设置全局(菜单:编辑>项目设置>物理学).本手册也有相应的2D物理学管理器介绍.

Properties

属性

Property:

Function:

Gravity

引力

The amount of gravity applied to all Rigidbodies. Usually gravity acts only on the Y-axis (negative is down). Gravity is world units per second squared. Note: Increasing the gravity might require increasing the “Solver Iteration Count” to maintain stable contacts.

引力的量由所有刚体提供.通常引力只表现在Y轴上(负为下).引力是世界单位每秒的平方.注意:增大引力将需要增大”解算器迭代数”来维持稳定的通讯.

Default Material

默认材质

The default Physics Material that will be used if none has been assigned to an individual Collider.

默认物理材质,如果没有给单个碰撞器指定它将被使用.

Bounce Threshold

反弹临界值

Two colliding objects with a relative velocity below this value will not bounce. This value also reduces jitter so it is not recommended to set it to a very low value.

两个带有相对速度低于此值的碰撞对象将不会反弹.此值也减少时基误差因此不推荐把它设置为一个非常低的值.

Sleep Threshold

休眠临界值

The mass-normalized kinetic energy threshold below which a non-kinematic Rigidbody may go to sleep. Rigidbodies whose kinetic energy divided by their mass is below this threshold will be candidates for sleeping.

质量规范化动能临界值低于此,一个非运动的刚体将进入休眠.刚体动能除以它们的质量低于此临界值将被休眠.

Default Contact Offset

默认接触偏移

Specifies distance which the collision detection system uses to generate collision contacts. The value must be positive and if set too close to zero can cause jitter. Default: 0.01. Only Colliders whose distance is less than the sum of their contact offset values will generate collision contacts.

碰撞检测系统用来生成碰撞接触的指定距离.此值必须是正的且如果设置得太接近可能导致时基误差.默认0.01.只有碰撞器距离小于它们接触偏移值总和时将产生碰撞接触.

Solver Iteration Count

解算器迭代数

Determines how accurately joints and contacts are resolved. Usually a value of 7 works very well for almost all situations.

确定连接和接触要如何精确.通常值7就能很好的工作在绝大多数情况下.

Queries Hit Triggers

查询命中触发器

If enabled, any Raycast, SphereCast, SphereTest, etc. that intersects with a Collider marked as a Trigger will return a hit. If disabled, these intersections will not return a hit. Individual raycasts can override this behavior.

如果启用,任何光线投射,球面投射球面测试等正交于碰撞器将标记为一个触发器返回一次命中.如果禁用,这些交点将不会返回一个命中.单独的光线投射可以覆盖此行为.

Enable Adaptive Force

启用自适配力

The “adaptive force” affects the way forces are transmitted through a pile or stack of objects with the aim of giving more realistic behaviour. This option enables or disables the adaptive force. Note that from Unity 5.0, this is disabled by default.

“自适应力”影响力在一堆对象间的传导,以提供更真实的行为.此选项启用或禁用自适应力.注意从Unity5.0以后,默认为禁用.

Layer Collision Matrix

碰撞矩阵层

Defines how the layer-based collision detection system will behave.

定义基于层的碰撞检测系统如何表现.

Details

细节

The settings of the physics manager define limits on the accuracy of the physical simulation. Generally speaking, a more accurate simulation requires more processing overhead, so these settings offer a way to trade off accuracy against performance. See the Physics section of the manual for further information.

物理学管理器设置定义了物理学仿真精确度的限制.通常来说,一个更精确的仿真需要更高的处理,所以这些设置提供一个平衡精确度和性能的方法.参考此手册的”物理学”部分获取更多信息.

Unity3D说明文档翻译-Physics Manager相关推荐

  1. Unity3D说明文档翻译-Preferences

    Preferences 首选项 Unity provides a number of preference panels to allow you to customise the behaviour ...

  2. Unity3D说明文档翻译-Graphics

    Graphics 图形 Unity offers amazing visual fidelity, rendering power and ambience. Unity提供令人吃惊的视觉保真,渲染能 ...

  3. Unity3D小功能 小技巧 小教程 小原理(持续更新...)

    Unity3D小功能 小技巧 小教程 小原理(持续更新...) 1.Unity的.NET版本是2.0 按道理来说,C#能用的功能Unity也能用,但是Unity的.NET却不是最新版 要是用一些别的D ...

  4. Unity3D学习(7)之物理引擎的应用与代码复用

    Unity3D的物理引擎做得很不错,让物体的运动更加贴近现实了.没有人喜欢高深的数学,去计算复杂的运动曲线和力学.使用物理引擎,而你仅需要高中的物理(牛顿!三定律, F = m * a). 物理引擎( ...

  5. Unity3D组件参考手册

    Refer to the information on these pages for details on working in-depth with various aspects of Unit ...

  6. 【Unity 3D】学习笔记三十六:物理引擎——刚体

    物理引擎就是游戏中模拟真是的物理效果.如两个物体发生碰撞,物体自由落体等.在unity中使用的是NVIDIA的physX,它渲染的游戏画面很逼真. 刚体 刚体是一个很很中要的组件. 默认情况下,新创的 ...

  7. Magica Cloth服装模拟插件分享

    Magica Cloth服装模拟插件分享 前言 Magica Cloth 是一款高速的布料模拟器,完全使用自己的物理引擎,因此,它完全不会干扰Unity的物理系统. 官方链接地址 一 安装 使用对应的 ...

  8. unity-粒子系统参数

    什么是粒子系统: __粒子__是由粒子系统大量呈现或移动的简单小型图像或网格.每个粒子代表一小部分流体或无定形实体,而众多粒子将共同营造出完整的实物感.以烟幕云团为例,每个粒子都具备细小烟雾的质感,自 ...

  9. Unity 3D 中的专业“术语表”。

    这是unity手册中的内容.具体可以参考此链接:Unity 用户手册 (2019.4 LTS) - Unity 手册 目录 2D 术语 2D 物理术语 AI 术语 Analytics 术语 动画术语 ...

  10. Unity制作简单拦截近防炮——如何预测打击目标

    突然想尝试一下在Unity中模拟近防炮(拦截炮),该拦截跑应该发射物理子弹并并命中处在运动中的物体,所以在代码中至少应考虑: 子弹发射矢量速度vb(暂不考虑风阻) 目标距离 L 目标当前矢量速度 v ...

最新文章

  1. 那些年,我们一起学过的汇编----之伪指令
  2. python圆的半径计算圆的周长列表_python计算圆周长、面积、球体体积并画出圆
  3. 获国际架构顶会ATC2021最佳论文!Fuxi2.0去中心化的调度架构详解
  4. java jni日志输出_java打印Jni层log
  5. windows中的一个小bug
  6. 解密Angular WebWorker Renderer (二)
  7. while循环中使用read读取变量的一点小技巧
  8. C语言——知识点汇总
  9. 原生 js 生成二维码
  10. JavaScript设计模式 - 适配器模式
  11. 80秒验证13亿个身份证号码,包含省市县验证
  12. 【python脚本】linux中编写运行python脚本
  13. 基于于berkeleydb+qt的智能语音电话薄管理系统
  14. 5、linux网络编程--C/S与B/S架构的区别
  15. 软件工程师应具备的素质
  16. LTE学习笔记七:LTE的信道
  17. 明日书院:毛笔字临帖注意六大章法关系 以尺牍为例
  18. 重磅发布:阿里云服务器安全(安骑士)日志 - 实时分析
  19. 自定义view高仿稀土掘金loading闪动字体效果
  20. 微信小程序预览多张图片

热门文章

  1. 解读后天性学者症候群:怎么一闷棍砸出个天才?
  2. C++知识讲解(二)
  3. 概率算法中的Monte carlo算法
  4. HMC_Hamiltonian Monte Carlo 推导,代码
  5. 使用python实现简单网页图片抓取
  6. 三轴加速度传感器角度值转换原理
  7. openvswitch console输出
  8. 姿态估计论文汇总 Stacked Hourglass/CPN/Simple Baselines/MSPN/HRNet
  9. git如何切换dev_git 切换远程分支
  10. 请问什么是AIX 5L的PTF?