#I made the model and animation of the sword, but it does not look right in the first position.

1 messages · Page 1 of 1 (latest)

pearl stone
#

rotation and position... , Pls help...

harsh wren
#

Do you have separate first and third person animations? If so, there's not really much any of us can do to help. You'll just need tk make modifications to the animation until it looks right.

How I'd do that is first, isolate what modifying each axis does to the animation. Then do a binary search like method to find the correct values, one axis at a time.

To do a binary search, find a value you know is too low and one you know is too high. Test the value halfway between them. If the halfway value is too low, repeat, using it as the new low value. If it's too high, repeat, using it as the new high value. Continue until you think that axis is close enough to the right value