Physics Experiment Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1031 Accepted: 365 Special Judge Description Simon is doing a physics ex ...
分类:
其他好文 时间:
2017-06-09 20:22:58
阅读次数:
232
平台:Win7,VS2010 1. Bullet库的组织 下图是Bullet_User_Manual中的截图: 从中可见,Bullet的LinearMath(线性数学模块),其上是BulletCollision(碰撞检测模块),然后BulletDynamics(刚体模拟模块)和BulletSoftB ...
unity最经常使用的几种坐标。屏幕坐标。世界坐标。ngui坐标,相对于父物体的坐标(localPoisition)。 可是有时候这几种坐标相互转换何其困难,让自己狠抓头。不得不操作的方式是创建虚拟体,然后来回改变他的父节点(parent), 只是unity提供了两个方法挺好用的。攻克了全部坐标转换 ...
分类:
编程语言 时间:
2017-05-25 18:23:49
阅读次数:
150
Cocos2d-x 3.0 开发(九)使用Physicals取代Box2D和chipmunk http://www.cocos2d-x.org/docs/manual/framework/native/physics/physics-integration/zh -- 官网+Demo 水墨鱼的专栏 ...
分类:
其他好文 时间:
2017-05-15 12:59:34
阅读次数:
139
arXiv is an e-print service in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance and statistics. There' ...
分类:
其他好文 时间:
2017-05-07 16:43:26
阅读次数:
239
CHAPTER 1 Adding Realism to Your Games CHAPTER 2 Some Basic Concepts CHAPTER 3 Basic Newtonian Mechanics CHAPTER 4 Basic Kinematics CHAPTER 5 Projecti ...
分类:
其他好文 时间:
2017-05-02 11:53:34
阅读次数:
142
1204: Escape from the Darkness Description Xiao Ming, a high school student, learnt blackbody radiation from the physics class. The black body on the ...
分类:
其他好文 时间:
2017-04-30 23:03:19
阅读次数:
311
1、ue4中可导入.ttf文件。导入ttf文件之后,会生成font字体,然后在umg里面可以指定字体样式。 2、no collision会导致“失重”。模拟刚体,在no collision下是无效的,把一个物件放入场景,设置simulate physics,设置no collision,物件挂在空中 ...
分类:
其他好文 时间:
2017-04-22 12:30:33
阅读次数:
213
3月31日unity5.6发布,然而timeline(前sequence模块)被delay到unity 2017。上个星期官方又发布了unity 2017的beta版本 有一阵子没写博客了,写一篇整理归纳 1.Physics Debugger 用于可视化调试场景中的物理组件,其中Hide系列开关都是 ...
分类:
编程语言 时间:
2017-04-21 09:49:24
阅读次数:
2784