Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_xgfile.cpp172 uri_s *textureUrn = readTextureUrn(); in XG_ReadXGLump() local
173 li->actMaterial = P_ToIndex(DD_MaterialForTextureUri(textureUrn)); in XG_ReadXGLump()
174 Uri_Delete(textureUrn); in XG_ReadXGLump()
178 uri_s *textureUrn = readTextureUrn(); in XG_ReadXGLump() local
179 li->deactMaterial = P_ToIndex(DD_MaterialForTextureUri(textureUrn)); in XG_ReadXGLump()
180 Uri_Delete(textureUrn); in XG_ReadXGLump()
H A Dp_floor.cpp548 uri_s *textureUrn = Uri_NewWithPath2("urn:Textures:0", RC_NULL); in findLineInSectorSmallestBottomMaterial() local
549 mat = DD_MaterialForTextureUri(textureUrn); in findLineInSectorSmallestBottomMaterial()
550 Uri_Delete(textureUrn); in findLineInSectorSmallestBottomMaterial()
568 uri_s *textureUrn = Uri_NewWithPath2("urn:Textures:0", RC_NULL); in findLineInSectorSmallestBottomMaterial() local
569 mat = DD_MaterialForTextureUri(textureUrn); in findLineInSectorSmallestBottomMaterial()
570 Uri_Delete(textureUrn); in findLineInSectorSmallestBottomMaterial()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importidtech1/src/
H A Dmapimporter.cpp700 …de::Uri textureUrn(String("urn:%1:%2").arg(group == PlaneMaterials? "Flats" : "Textures").arg(uniq… in toMaterialId() local
701 … Materials_ComposeUri(P_ToIndex(DD_MaterialForTextureUri(reinterpret_cast<uri_s *>(&textureUrn)))); in toMaterialId()