16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

switch trackbed value export, erased vehicles sound fix

This commit is contained in:
tmj-fstate
2018-10-14 15:55:55 +02:00
parent 81c92383be
commit 4474117878
3 changed files with 17 additions and 0 deletions

View File

@@ -167,6 +167,7 @@ private:
float fTexSlope = 0.9f;
glm::dvec3 m_origin;
// TODO: store material names as strings, for lossless serialization and export
material_handle m_material1 = 0; // tekstura szyn albo nawierzchni
material_handle m_material2 = 0; // tekstura automatycznej podsypki albo pobocza
using geometryhandle_sequence = std::vector<gfx::geometry_handle>;