示例#1
0
 void readVecFloat(Vector3f in) {
   in.z = file.readFloat();
   in.x = file.readFloat();
   in.y = file.readFloat();
 }