I am looking for a dependable workflow that will allow interactive, 3D models deployed on the web (i.e.: low-poly, low-res). The question is how to target and programmatically animate parts of the whole (like the individual fingers on a hand)--not just rot, scale,move the model but rather the parts. This was quite dependable via Collada exported to Papervision + Flash, very much more difficult to achieve with Away 3D and Flash. Can't really achieve this with Processing and .OBJ import ( no real Collada support there at all)--Should I bite the bullet and try the openGL + JavaScript options?(the performance + access seems so much less optimal) .Not for commercial work, btw. Please offer suggestions (though I don't have access to Maya or fancy modeling software; Blender is what 've been using). I appreciate any thoughts on this, and THANKS.

link|improve this question
feedback

1 Answer

GLGE, a WebGL framework, supports Collada models and animations according to this GLGE blog entry. The demo is here, and one of the models/animations is at http://www.glge.org/demos/frankiedemo/sheep.dae.

I'm not sure how easy it is to set this all up. When I looked at this a while ago it looked like you could control things with some XML. You'll have to snoop around the website, its forums, source code and docs to see how things fit together.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.