Normand Briere
2019-10-05 8768a855af9ccc482a9520ce708ef32e0e6e0e7d
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;