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