搜索资源列表
MYBOMB
- 游戏中爆炸效果的例子,将物体运动轨迹的计算、爆炸后粒子运动的计算及碰撞检测计算完整的结合到一起,包含全部完整源代码及执行程序-game Explosion example of the trajectory of moving objects, the explosion of computing particle collision detection and calculation of the integrity of these scholars, including full and
Invasion_src
- 一款空战的射击游戏,游戏重在检测游戏中的物体碰撞。本游戏使用DX8。0和VC++6。0编写的2D游戏。
gaojingdupengzhuang
- 高精度静态物体冲撞检测程序,虽然演示看似很无聊,但是如果你在做即时战略游戏你就会发现它的价值所在了
Game
- 一个小飞机游戏,玩家累计分值达到预设值总分即可通关。敌机有若干种,被消灭后留下奖品。玩家所有飞机都被消灭后结束游戏。 游戏有背景音乐,并且玩家飞机在开火,吃奖品,或者被击毁的时候会有相应的提示音。玩家得到的分数等信息要实时的显示在游戏画面上。 游戏中,很多物体之间都需要进行碰撞检测,例如:子弹与飞机之间,玩家飞机与电脑飞机(即敌机)之间,玩家飞机与奖品之间,不同的碰撞有不同的效果。 景让人觉得飞机在游戏背景的设计,以星空为背景,通过不断向下移动背不断前进。 -this i
u3d_LandedParticle
- 自己团队写的物体从初始建立就保持在另一个物体上面,通常用于将物件固定在地面上,位置判断由上至下垂直射线检测-Own team write objects is always maintained at the above of another object, typically used for the object fixed on the ground
imagedeceter
- 图像检测,识别虚拟物体叠加,基于VC++实现-Image detection, identification, virtual objects superimposed based VC++ achieve
Control
- android的物体碰撞检测,检测2个物体是否发生碰撞,并作出相应的处理。-android object collision detection, detecting whether two objects collide and make the appropriate treatment.
mushroom
- 绘制一个虚拟场景,其中有:天空、地形、虚拟摄像机、广告牌技术、粒子系统等内容。通过碰撞检测实现一个物体把另一个物体碰撞后导致其中一个物体消失的效果,就像一个物体把另一个物体吃掉了一样。本程序是通过控制大嘴花吃掉跑道上的蘑菇,达到游戏的目的。 -Draw a virtual scene, including: the sky, terrain, virtual camera, billboard technology, particle system, etc. Through collisi
gaojingdupengzhuang
- 高精度静态物体冲撞检测程序,虽然演示看似很无聊,但是如果你在做即时战略游戏你就会发现它的价值所在了 -High-precision static object collision detection process, although the demo looks quite boring, but if you make real-time strategy game you will find it the value of the
Impact-checking
- 物体在指定的空间运动的碰撞检测 opengel 语言-Object collision detection specified spatial movement
GAME
- 检测物体碰撞的射击游戏。使用WASD控制移动,自动发射子弹,碰撞后物体消失重来。-Collision detection object shooting game. Using WASD control movement, automatic firing bullets, collision objects disappear again.
BallRoll
- 一个小球碰击物体达到消除效果的例子,其中包含了碰撞检测,以及ui(A ball hit the object to eliminate the effect of example)