Physics Material

1、 The Physics Material is used to adjust friction and bouncing effects of colliding objects.

  Physicx Material是Collider的一个属性,用于设置摩擦系数和反弹系数。

  

2、具体参数如下:

  

Dynamic Friction The friction used when already moving. Usually a value from 0 to 1. A value of zero feels like ice, a value of 1 will make it come to rest very quickly unless a lot of force or gravity pushes the object.
Static Friction The friction used when an object is laying still on a surface. Usually a value from 0 to 1. A value of zero feels like ice, a value of 1 will make it very hard to get the object moving.
Bounciness How bouncy is the surface? A value of 0 will not bounce. A value of 1 will bounce without any loss of energy.
Friction Combine How the friction of two colliding objects is combined.
Average The two friction values are averaged.
Minimum The smallest of the two values is used.
Maximum The largest of the two values is used.
Multiply The friction values are multiplied with each other.
  When two bodies are in contact, bounciness and friction modes are applied individually to each agent. So, when body A has mode Average and body B has mode Multiply, then A is going to behave according to average parameters and B according to multiplied parameters.
Bounce Combine How the bounciness of two colliding objects is combined. It has the same modes as Friction Combine Mode

3、Detail

  Friction is the quantity which prevents surfaces from sliding off each other. This value is critical when trying to stack objects. Friction comes in two forms, dynamic and static. Static friction is used when the object is lying still. It will prevent the object from starting to move. If a large enough force is applied to the object it will start moving. At this point Dynamic Friction will come into play. Dynamic Friction will now attempt to slow down the object while in contact with another.

4、和Meterial一样,可以创建Physics Meterial,如下图:

  

参考:file://localhost/Applications/Unity/Unity.app/Contents/Documentation/Documentation/Components/class-PhysicMaterial.html

最新文章

  1. pwnable echo2
  2. page、pageContext、servletContext的区别
  3. 观察者模式及Java实现例子
  4. XMLHttpRequest的跨域请求
  5. 使用fwrite()函数和fprintf()函数输出数据到文件时的区别
  6. Win8.1激活
  7. java_设计模式_迭代器模式_Iterator Pattern(2016-08-12)
  8. 【原创】bootstrap框架的学习 第六课[bootstrap代码]
  9. linux服务器 jboss-7安装
  10. python 装饰器练习题
  11. Hadoop3.2.0集群(4节点-无HA)
  12. SourceInsight: sourceInsight4.0 修改默认字体
  13. 安卓读写INI文件 安卓读写INI文件
  14. TCGA系列--LncMAP
  15. ActiveMQ消息持久化存储策略
  16. React Native组件(二)View组件解析
  17. python学习笔记(六):常用模块
  18. 领域Command
  19. dubbox provider cosumer 包坐标及xml
  20. Redis配置文件的使用

热门文章

  1. Markdown博文快速转为微信文章
  2. Leetcode 938. Range Sum of BST
  3. 9.9 Python 文档字符串
  4. 【4】JDK和CGLIB生成动态代理类的区别
  5. yield关键字用法与解析(C# 参考)
  6. XML的应用 ---- 从一个范例看xml数据、xsd验证、xslt样式
  7. Google全球服务器根域名的IP地址
  8. web 面试题、简单题、复习题
  9. 解决spring 事务管理默认不支持SQLException等运行时异常
  10. python开发线程:死锁和递归锁&信号量&定时器&线程queue&事件evevt