Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dsp_mesh_loader.cpp107 bool> > sp_mat_map; in createMesh() local
134 sp_mat_map[id] = in createMesh()
203 assert(mat_id < sp_mat_map.size()); in createMesh()
205 read_vcolor, read_tangent, std::get<1>(sp_mat_map[mat_id]), in createMesh()
206 std::get<2>(sp_mat_map[mat_id]), vt, in createMesh()
207 std::get<0>(sp_mat_map[mat_id])); in createMesh()