Jump to content
Hash, Inc. - Animation:Master

Convert gamma and magnitude values to a vector


nemyax

Recommended Posts

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Admin

I'll take a stab...

 

I'm not sure how to convert them to a 2D vector but the the alpha and gamma settings indicate the degree of the axis for a spline passing through a control point. Gamma states one axis and alpha states the other.

 

If we view the values of bias as residing on a plane we should be able to determine the first (alpha) in terms of depth.and the second (gamma) in terms of breadth.

The issue with converting both into a 2D vector would be that they aren't both in the same 2D plane but are perpendicular to each other.

 

Convert the degrees into vectors (but keep the two separate) and then you have your 2D vectors.

 

 

I'll stop there before I hurt myself.

 

Edit: In re-reading your post it appears you might be talking about the splines found in the channels of the Timeline. If that is case then we'd have all our values confined within a 2D plane.

Link to comment
Share on other sites

I think I've got it.

In gamma is the angle between in_handle_vector and (prev_cp_vector - cp_vector).

Out gamma is the angle between out_handle_vector and (next_cp_vector - cp_vector).

Magnitude is tied to the distance between neighbouring CPs, and 300 (3.0) is the full distance for some reason.

Link to comment
Share on other sites

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...