Exemplo n.º 1
0
 // Update is called once per frame
 void Update()
 {
     if (matchColDataFollow.Count > Read_Count + BoneSum * 3 + 3)
     {
         ReadBvh.DoBvh(matchColDataFollow, Read_Count);
         Read_Count += BoneSum * 3 + 3;
     }
 }