Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: question about float keys  (Read 10160 times)

Deepthought

  • Full Member
  • ***
  • Posts: 157
    • View Profile
question about float keys
« on: October 13, 2014, 09:40:26 pm »

the old anim8or spec describes a float key chunk as:

Code: [Select]
<floatkey> ::= floatkey { <$int> <$float> <$string> }

    <$int> is the frame number for this key.
    <$float> is the value.
    <$string> is a string used to modify the behavior of this knot.
    It is currently ignored.

in one of my files created with the new version of anim8or i see

Code: [Select]
floatkey { 0 23.025 6.9703 -6.9703 "S" }
the first number is still the frame number, and the second is still the value. any ideas what the next 2 are for?
Logged

Claude

  • Sr. Member
  • ****
  • Posts: 285
    • View Profile
Re: question about float keys
« Reply #1 on: October 13, 2014, 11:23:33 pm »

In this post Reply #22,you will find a zip file with a pdf file in it.It
should answer  your question.
http://www.anim8or.com/smf/index.php/topic,4739.msg35564.html#new

Claude
Logged

Deepthought

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: question about float keys
« Reply #2 on: October 14, 2014, 01:42:13 pm »

Thank you
Logged