mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 12:14:09 +00:00
Moar peds
This commit is contained in:
parent
1f7008ffd3
commit
c03efd0aa1
7 changed files with 755 additions and 95 deletions
|
@ -46,6 +46,12 @@ CMatrix::RotateX(float x)
|
|||
Rotate(x, 0.0f, 0.0f);
|
||||
}
|
||||
|
||||
void
|
||||
CMatrix::RotateZ(float z)
|
||||
{
|
||||
Rotate(0.0f, 0.0f, z);
|
||||
}
|
||||
|
||||
void
|
||||
CMatrix::Reorthogonalise(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue