Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Neo

Pages: [1]
1
Bones / Re: Manually rotate joints
« on: January 09, 2013, 09:17:53 am »
Thanks for your help and quick response. Now i do it like you did in the ProceduralAnimationSample.targetJoint(...) and calculate my quaternion out of euler angles (because i dont want to set the order of the rotations)  like this:
   http://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles
it seems that this is not as fast as before but it works and i dont have to load the skeleton.xml manually.

Yes, i ment the bind pose matrices. Are they generated while use the jmeOgre2Bones script or while loading the file?

Cheers and big up for Bones:)

2
Bones / Manually rotate joints
« on: January 08, 2013, 01:00:56 pm »
What is the simplest way to rotate joints manually with the bones api?

Currently i'm using JointChannel/SkinClip/SkinClipSequence which works fine. But i'm reading the ogre bones.xml manually for this purpose, because i didnt managed to get the correct roations and translations from the binding matrices so far. Where is the joints binding matrix calculated?  While merging the two xml files or does this happens through the other used apis?

Pages: [1]