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