Home
last modified time | relevance | path

Searched defs:HeightMapData (Results 1 – 1 of 1) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dstk_particle.hpp36 struct HeightMapData struct in STKParticle
38 const std::vector<std::vector<float> > m_array;
39 const float m_x;
40 const float m_z;
41 const float m_x_len;
42 const float m_z_len;
44 HeightMapData(std::vector<std::vector<float> >& array, in HeightMapData() function