Further flam3 exporting functions fixes and additions.

This commit is contained in:
utak3r
2006-03-21 21:51:48 +00:00
parent 440f63f090
commit 5b7a3b1118
5 changed files with 77 additions and 37 deletions

View File

@ -124,7 +124,9 @@ type
pulse: array[0..1, 0..1] of double; // [i][0]=magnitute [i][1]=frequency */
wiggle: array[0..1, 0..1] of double; // frequency is /minute, assuming 30 frames/s */
estimator, estimator_min, estimator_curve, jitters: double; // density estimator.
estimator, estimator_min, estimator_curve: double; // density estimator.
jitters: integer;
gamma_tresholds: double;
PropTable: array of TXForm;//Integer;
FAngle: Double;