16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

implemented geometry bank manager, unified traction render code

This commit is contained in:
tmj-fstate
2017-06-08 14:59:37 +02:00
parent f48b61c650
commit de5b245f2e
24 changed files with 875 additions and 1031 deletions

View File

@@ -140,8 +140,8 @@ class matrix4x4
for (int x = 0; x < 4; ++x)
(*this)(x)[y] = initArray[i++];
}
template <typename _Type>
void OpenGL_Matrix(_Type const *initArray)
template <typename Type_>
void OpenGL_Matrix(Type_ const *initArray)
{
int i = 0;
for (int x = 0; x < 4; ++x)