码迷,mamicode.com
首页 >  
搜索关键字:physics    ( 256个结果
Unity3D深入浅出 -创造 物理材质(Physics Materials)
在Unity3d中已经配置好了5种常用的物理材质,Bouncy、Ice、Metal、Rubber、Wood,在菜单中依次选择Assets - Import Package - Physics Materials 即可导入,下面以Ice(冰)材质为例介绍其物理参数。 Daynamic Friction ...
分类:编程语言   时间:2017-07-30 20:30:08    阅读次数:249
POJ2774 后缀数组
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
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
# 7-19题解
A - An Easy Physics Problem 没有计算几何关于圆的模板,都是在场写的,赛场上wa了很多法,因为考虑的不是很周全.刚开始就因为只注意了圆心到两点的距离需要超过半径,但忽略了一个点直接到另一个点.关于一个点射向另一个点要注意方向,我选取了额外一个点,制造了一个角.判断角是否相等 ...
分类:其他好文   时间:2017-07-20 00:46:58    阅读次数:206
hdu 5826 physics (物理数学,积分)
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
【Unity笔记】鼠标射线由指定层接收
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 物理引擎的基本概念和基本用法
chipmunk是一个开源2D物理引擎, 项目主页:http://code.google.com/p/chipmunk-physics/ 工作需要研究了一下,这个引擎的资料还是不多,我阅读了所有的文档,7个demo,和一个教学程序,得出如下一些理解。 一,基本概念 space: 发生物理模拟的空间, ...
分类:其他好文   时间:2017-07-15 18:53:20    阅读次数:255
英语词根基础知识-辅音音变1
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
RTS寻路算法
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
第一份不完全web作业
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
256条   上一页 1 ... 9 10 11 12 13 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!