Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DMapFile.cpp783 idMapPrimitive *mapPrimitive = mapEnt->GetPrimitive( j ); in Parse() local
784 switch( mapPrimitive->GetType() ) { in Parse()
786 idMapBrush *mapBrush = static_cast<idMapBrush *>(mapPrimitive); in Parse()
793 static_cast<idMapPatch *>(mapPrimitive)->SetMaterial( material ); in Parse()