9 #include "TextMeshes.h"
10 #include "ChunkedFileFormat.h"
12 #include "VectorMathDecl.h"
13 #include "TextRenderableConfiguration.h"
28 int maxCharsPerRoadName,
36 void BuildFromRoadNameData(
const Eegeo::Space::CubeMap::CubeMapCellInfo& cellInfo,
const std::vector<RoadNameData>& roadNameDatas, std::vector<Rendering::Renderables::TextRenderable*>& out_roadNameRenderables);
46 const int m_maxCharsPerRoadName;
53 std::vector<u32> m_stringScratch;