Home
last modified time | relevance | path

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

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCLWOMeshFileLoader.cpp218 const u16 duvTag = Materials[tag]->Texture[0].DUVTag; in createMesh() local
236 if (duvTag<DUvName.size()) in createMesh()
238 for (u32 polysearch = 0; polysearch < VmPolyPointsIndex[duvTag].size(); polysearch += 2) in createMesh()
240 …if (polyIndex==VmPolyPointsIndex[duvTag][polysearch] && j==VmPolyPointsIndex[duvTag][polysearch+1]) in createMesh()
242 vertex.TCoords=VmCoordsIndex[duvTag][polysearch/2]; in createMesh()