Пример #1
0
 public void setScale(Vector3 S) {
   tmp.setScale(S);
   transformMat.rightCompose(tmp);
 }