#rotation accuracy
15-Jul-94 22:26:28
Sb: #113058-#rotation accuracy
Fm: MARK A. MEIER 76330,3402
To: Rick Miller 76170,3214
Rick,
<<ASCII read?>>
Yes, there is one function with which you can read ASCII files. It supports
reading keyframes from a file in the following format:
TYPE; FRAME; OBJECT; DATA;
One keyframe per line, each token seperated by a semicolon.
Examples:
Position; 34; Fuselage; 23',0,200';
Position; 200; Luggage; 0,0,-5000'
Scale; 201; Ego; 0.036,0.024,0.036;
Rotation; 1; Prop; 0,0,359.98;
Simple, but it works.
<<how big is the program?>>
The zip file is about 47K. The kxp expanded is about 140K. Its about 8200
lines of C all told (mostly interface code)…
I'll email it to you if you'd like to test it. I don't have a manual written
yet however, but there is Alt-Click help for every button in the dialog so you
might be able to manage…
Mark