kuroyume0161 opened this issue on Nov 21, 2004 ยท 3 posts
kuroyume0161 posted Sun, 21 November 2004 at 1:50 PM
This is my first foray into animating from video. What that means, if not obvious, is that I'm trying to match a figure's motions to that of a person in a video. The camera and person are 'fixed', so there is no need to make camera or body adjustments. The problem that I am encountering is that Poser's spline interpolation is doing a lot of over-adjusting and between keyframes (depending on the previous key and next key between two nearly similar keys, the spline curve can go in a large arc) and making motions more linear than accelerated. I was wondering if it would be a better idea to do all of the keyframing using linear interpolation and then converting to spline as needed. Tips and tricks appreciated! :)
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
ockham posted Sun, 21 November 2004 at 2:10 PM
Yes, start with everything linear and convert to spline afterward, when the entire "future" of each motion is already constrained so the spline can't go wild with its psychic predictions. If you're matching frequently enough (like twice per second) the linear will probably look rounded enough anyway.
kuroyume0161 posted Sun, 21 November 2004 at 3:45 PM
Thanks, ockham! I was hoping this would be a good approach. Those 'psychic predictions' are just about as good as the real thing... ;0)
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone