| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
12年前发布

Farseer Physics Engine - 基于Box2D的物理引擎

Farseer物理引擎是一个具有真实的物理反应的碰撞检测系统。这意味着你可以利用这个引擎和相关工具容易创建一个游戏或机器人仿真。从一个简单游戏到复杂的机器人仿真,都可以利用Farseer物理引擎实现。 FarseerWalkerSample.png
Farseer物理引擎是基于Box2D的,这意味着拥有一些与Box2D共有的功能。其它特性如下:

  • Continuous collision detection (with time of impact solver)
  • Contact callbacks: begin, end, pre-solve, post-solve
  • Convex and concave polyons and circles.
  • Multiple shapes per body
  • Dynamic tree and quad tree broadphase
  • Fast broadphase AABB queries and raycasts
  • Collision groups and categories
  • Sleep management
  • Friction and restitution
  • Stable stacking with a linear-time solver
  • Revolute, prismatic, distance, pulley, gear, mouse joint, and other joint types
  • Joint limits and joint motors
  • Controllers (gravity, force generators)
  • Tools to decompose concave polygons, find convex hulls and boolean operations
  • Factories to simplify the creation of bodies

项目主页:http://www.open-open.com/lib/view/home/1355468087169

     本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
     转载本站原创文章,请注明出处,并保留原始链接、图片水印。
     本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
     本文地址:https://www.open-open.com/lib/view/open1355468087169.html
    Box2D 游戏开发