Exemplo n.º 1
0
 public static void setMatrix(int mtxType, int offset, float value)
 {
     NativeUtils.setCoreMtxArray(getMatrixOffset(mtxType) + offset, value);
 }