View Single Post
  #8  
Old 04-23-2009, 05:21 AM
omidbrb omidbrb is offline
Member
 
Join Date: Dec 2008
Posts: 27
Quote:
Originally Posted by Gladsomebeast View Post
Seems you could get the local bounding box of a bone, find the box face center point that is furthest from the bone origin, compute the angle between the bone's x-axis and the center point of the furthest box face, and rotate that angle difference after the lookat command.
It seems a bit complicated to me but it'll probably work. I'm actually need it to implement Inverse Kinematics for the avatar hand movements. At the moment I'm gathering data using an exhaustive search through a set of discrete possibilities.
Reply With Quote