Exemplo n.º 1
0
 public void Matrix4ToQuat(zMat4 matrix)
 {
     Process.THISCALL <NullReturnCall>(Address, 0x518560, matrix);
 }
Exemplo n.º 2
0
 public void QuatToMatrix4(zMat4 matrix)
 {
     Process.THISCALL <NullReturnCall>(Address, 0x518360, matrix);
 }
Exemplo n.º 3
0
 public void Set(zMat4 otherMat)
 {
     byte[] otherBytes = Process.ReadBytes(otherMat.Address, ByteSize);
     Process.Write(this.Address, otherBytes);
 }