mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 20:04:09 +00:00
First commit of replay system
This commit is contained in:
parent
75ede35342
commit
8b47a5b9f4
14 changed files with 544 additions and 10 deletions
|
@ -155,6 +155,9 @@ public:
|
|||
r.Normalise();
|
||||
f = CrossProduct(u, r);
|
||||
}
|
||||
void CopyOnlyMatrix(CMatrix *other){
|
||||
m_matrix = other->m_matrix;
|
||||
}
|
||||
};
|
||||
|
||||
inline CMatrix&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue