mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
First commit of replay system
This commit is contained in:
@ -155,6 +155,9 @@ public:
|
||||
r.Normalise();
|
||||
f = CrossProduct(u, r);
|
||||
}
|
||||
void CopyOnlyMatrix(CMatrix *other){
|
||||
m_matrix = other->m_matrix;
|
||||
}
|
||||
};
|
||||
|
||||
inline CMatrix&
|
||||
|
Reference in New Issue
Block a user