Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to implement vertex skinning of a body using skeletal animation. My project is written in cocos2D, so the solution, i've chosen is to use cocos3D and vertex skinning. I looked into the examples in cocos 0.6.5 archive, but example shows only how to load animation from POD file. Instead of this I want to construct skeleton manually, create CCSkinMeshNode and animate it using my own algorithms(without building 3D model in 3D-editors).

I googled it, but couldn't find any documentation or examples that describe how to work with skeleton, bones in cocos3d.

Or may be i should try to use OpenGL code?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.