Anim8or Community

General Category => Anim8or v0.98 Discussion Forum => Topic started by: Deepthought on October 13, 2014, 09:40:26 pm

Title: question about float keys
Post by: Deepthought 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?
Title: Re: question about float keys
Post by: Claude 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
Title: Re: question about float keys
Post by: Deepthought on October 14, 2014, 01:42:13 pm
Thank you