Searched refs:m_houseCount (Results 1 – 2 of 2) sorted by relevance
38 , m_houseCount(15) in MockNavi()88 for(int i = 0; i < m_houseCount; i++){ in generateCity()114 vec3f size = vec3f(CITY_GRID_SIZE * 3, 0.0, -CITY_GRID_SIZE * 2.0 * m_houseCount); in generateCity()121 … vec3f streetSize = vec3f(CITY_GRID_SIZE * 0.6, 0.0, -CITY_GRID_SIZE * 2.0 * m_houseCount * 200.0); in generateCity()132 for (int z = 1; z < m_houseCount; ++z) in generateCity()164 for (int z = 0; z < m_houseCount; ++z) in generateCity()
50 int m_houseCount; variable