Home
last modified time | relevance | path

Searched refs:longitudeDivision (Results 1 – 1 of 1) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dengine.cpp3672 … for (int longitudeDivision = 0; longitudeDivision <= LONGITUDE_DIVISIONS; ++longitudeDivision) in RenderDebugSphere() local
3677 float longitude = static_cast<float>(longitudeDivision) / (LONGITUDE_DIVISIONS); in RenderDebugSphere()