Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Collision meshes, cont.

Collision meshes, cont.

superpig
Continuous Refinement · · 1 min read
530 1
Level of detail in geometry - a field dedicated to creating low-polygon representations of high-polygon meshes - would probably be a good place to start.

Given our high-poly mesh, say we consider the effects of an edge collapse on every edge in the model (independent of the others). Perhaps looking at the distance from the new vertex to each of the old vertices would be helpful... though it doesn't help much without a decent reference point, because simply collapsing all edges below a certain threshold (i.e. length) would kill fine features like table legs.

I need to read up on my LOD stuff again. [sad]

Discussion

Loading comments...