Searching for fast skeletal animation algorithm
Posted
by
igf
on Game Development
See other posts from Game Development
or by igf
Published on 2012-09-02T20:53:56Z
Indexed on
2012/09/02
21:49 UTC
Read the original article
Hit count: 244
animation
|opengl-es2
Is it theoretically possible to dynamicaly animate scene with 100-150 400 poly characters meshes on high-end GL ES 2.0 mobile devices or i definetley should use prerendered keyframe animation? Scene have only one light source and precalculated shadow maps. View from top like in Warcraft 3. No any other meshes or objects. 2d collision detecting between objects calculated via spatial hashing. It can be any other algorithm besides ragdoll, but it must supply fast and simple skeletal animation for frame with 100+ low poly meshes for each mesh. Any ideas?
© Game Development or respective owner