Esempio n. 1
0
 public void setBindMatrix(Matrix4f mat) {
   bindMatrix = (mat != null && mat.isIdentity()) ? null : mat;
 }