Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4Map.cpp79 C4SLandscape &rLScape, C4TextureMap &rTexMap, in Create() argument
98 ccol=rTexMap.GetIndexMatTex(rLScape.Material.c_str()); in Create()
139 ccol=rTexMap.GetIndexMatTex(rLScape.Liquid.c_str()); in Create()
148 Exclusive=rTexMap.GetIndexMatTex(rLScape.Material.c_str()); in Create()
157 ccol=rTexMap.GetIndexMatTex(rLScape.Layers.Name[clayer]); in Create()
H A DC4Map.h34 C4SLandscape &rLScape, C4TextureMap &rTexMap,
42 void ValidateTextureIndices(C4TextureMap &rTexMap);