在Unity3d中已经配置好了5种常用的物理材质,Bouncy、Ice、Metal、Rubber、Wood,在菜单中依次选择Assets - Import Package - Physics Materials 即可导入,下面以Ice(冰)材质为例介绍其物理参数。 Daynamic Friction ...
分类:
编程语言 时间:
2017-07-30 20:30:08
阅读次数:
249
Long Long Message Description The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his moth ...
分类:
编程语言 时间:
2017-07-29 21:33:28
阅读次数:
263
Testing Is the Engineering Rigor of Software Development Neal Ford DEVELOPERS LOVE TO USE TORTURED METAPHORS when trying to explain what it is they do ...
分类:
其他好文 时间:
2017-07-22 15:32:24
阅读次数:
164
A - An Easy Physics Problem 没有计算几何关于圆的模板,都是在场写的,赛场上wa了很多法,因为考虑的不是很周全.刚开始就因为只注意了圆心到两点的距离需要超过半径,但忽略了一个点直接到另一个点.关于一个点射向另一个点要注意方向,我选取了额外一个点,制造了一个角.判断角是否相等 ...
分类:
其他好文 时间:
2017-07-20 00:46:58
阅读次数:
206
physics Time Limit: 6000/3000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 817 Accepted Submission(s): 454 Problem D ...
分类:
其他好文 时间:
2017-07-19 12:04:16
阅读次数:
149
LayerMask mask = 1 << LayerMask.NameToLayer("UI"); Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition); RaycastHit hitInfo; if (Physics.Raycas... ...
分类:
编程语言 时间:
2017-07-18 01:37:52
阅读次数:
213
chipmunk是一个开源2D物理引擎, 项目主页:http://code.google.com/p/chipmunk-physics/ 工作需要研究了一下,这个引擎的资料还是不多,我阅读了所有的文档,7个demo,和一个教学程序,得出如下一些理解。 一,基本概念 space: 发生物理模拟的空间, ...
分类:
其他好文 时间:
2017-07-15 18:53:20
阅读次数:
255
2.辅音音变 2.1) b-f-p-v,w b-f: brother兄弟-fraternity兄弟会 break打破-fragment碎片 b-p: be存在-physics物理 bore钻孔-perforate穿孔 b-v: biology生物学-vivid有生命的 rebel造反-revel狂欢 ...
分类:
其他好文 时间:
2017-07-05 09:56:43
阅读次数:
961
https://docs.unity3d.com/ScriptReference/Physics.OverlapSphere.html https://www.zhihu.com/question/29885931 http://www.qbiao.com/17233.html http://blo ...
分类:
编程语言 时间:
2017-06-28 20:37:17
阅读次数:
166
https://htmlpreview.github.io/?https://github.com/0nechance/web-development/blob/master/lab%EF%BC%881%EF%BC%89_final/welcome.html食用导航:(welcome.html)(homepage)——>Physics.html(signup)——>signup.html:)
分类:
Web程序 时间:
2017-06-26 10:15:57
阅读次数:
187