Normand Briere
2019-09-07 3e5c2d344e04e0adb6a210c5c6302bfbfd8af102
mocap/figure/AnimData.java
....@@ -11,10 +11,10 @@
1111 {
1212 static final long serialVersionUID = -2918094393566350403L;
1313
14
- //private double _data2[][]; // first index: bones, second index: frames
14
+ //private double[][] _data2; // first index: bones, second index: frames
1515 //transient
1616 public
17
- float _data[][]; // first index: bones, second index: frames
17
+ float[][] _data; // first index: bones, second index: frames
1818 public
1919 float scale; // may 2014: scale for position
2020 private int _numFrames;