16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 02:29:17 +02:00

better AI handling of emergency stop procedure, simplified lod visibility calculations, adjustable track geometry fidelity

This commit is contained in:
tmj-fstate
2017-08-22 20:07:27 +02:00
parent a3bde32bc6
commit 3a63d1d346
8 changed files with 109 additions and 136 deletions

View File

@@ -153,7 +153,7 @@ public:
static size_t iInstance; // identyfikator egzemplarza, który aktualnie renderuje model
static material_handle const *ReplacableSkinId;
static int iAlpha; // maska bitowa dla danego przebiegu
static double fSquareDist;
static float fSquareDist;
static TModel3d *pRoot;
static std::string *pasText; // tekst dla wyświetlacza (!!!! do przemyślenia)
~TSubModel();