Advertisement

Misc. Polyhedon-Related Posts for Game Physics

Started by February 20, 2014 02:04 AM
-1 comments, last by Ming-Lun Allen Chou 11 years ago

Hi, everyone:

I wrote a couple of miscellaneous posts on polyhedron-related stuff for my game physics series on my blog.

The first post explains how you can use the half edge data structure to implement a better support function for polyhedrons utilizing a hill-climbing approach, as opposed to the most obvious brute-force approach. It also shows an example implementation of dynamic half edge data structure.

http://allenchou.net/2014/02/game-physics-implementing-support-function-for-polyhedrons-using-half-edges/

The second post demonstrates 3 options for updating the AABBs of polyhedrons, namely the brute-force approach, approximation by local AABB, and the support function approach. This posts also touches on their pros and cons.

http://allenchou.net/2014/02/game-physics-updating-aabbs-for-polyhedrons/

Here's a list of all posts of the game physics series that lead up to these two posts.

http://allenchou.net/game-physics-series/

I hope you like it smile.png

Ming-Lun "Allen" Chou

Physics / Graphics / Procedural Animation
http://allenchou.net

This topic is closed to new replies.

Advertisement