Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DEntityModelManager.cpp96 EntityModel* entityModel = model(spec.path); in renderer() local
97 if (entityModel == NULL) in renderer()
107 …Renderer::TexturedIndexRangeRenderer* renderer = entityModel->buildRenderer(spec.skinIndex, spec.f… in renderer()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorEntity.cpp599 if (e->defArgs.GetString("model", "", str) && e->entityModel == NULL) { in Entity_PostParse()
600 e->entityModel = gameEdit->ANIM_GetModelFromEntityDef( &e->defArgs ); in Entity_PostParse()
652 b->entityModel = true; in Entity_PostParse()
928 if (e->eclass->fixedsize && !b->entityModel) { in Entity_Write()
996 if (e->eclass->fixedsize && !b->entityModel) { in Entity_WriteSelected()
1050 if (e->eclass->fixedsize && !b->entityModel) { in Entity_WriteSelected()
1147 if (c->defArgs.GetString("model", "", str) && c->entityModel == NULL) { in Entity_Create()
1148 c->entityModel = gameEdit->ANIM_GetModelFromEntityDef( &c->defArgs ); in Entity_Create()
H A DQERTYPES.H299 bool entityModel; member
394 idRenderModel *entityModel; member
H A DLightDlg.cpp576 if ( ( b->owner->eclass->nShowFlags & ECLASS_LIGHT ) && !b->entityModel ) { in SaveLightInfo()
716 if ( ( b->owner->eclass->nShowFlags & ECLASS_LIGHT ) && !b->entityModel ) { in SingleLightSelected()
741 if ( ( b->owner->eclass->nShowFlags & ECLASS_LIGHT ) && !b->entityModel ) { in UpdateDialog()
H A DECLASS.CPP145 e->entityModel = NULL; in EClass_Alloc()
H A DEditorBrush.cpp139 b->entityModel = false; in Brush_Alloc()
2510 model = b->owner->eclass->entityModel; in Brush_ModelIntersect()
2517 md5 = b->owner->eclass->entityModel; in Brush_ModelIntersect()
3082 if (b->entityModel) { in Brush_UpdateLightPoints()
3986 model = b->owner->eclass->entityModel; in Brush_DrawModel()
4452 …ghtDraw && (b->owner->eclass->nShowFlags & ECLASS_LIGHT) && !(b->modelHandle || b->entityModel) ) { in Brush_Draw()
4476 if ( b->owner->eclass->entityModel ) { in Brush_Draw()
4733 …ightDraw && (b->owner->eclass->nShowFlags & ECLASS_LIGHT) && !(b->modelHandle || b->entityModel)) { in Brush_DrawXY()
4790 if (b->owner->eclass->entityModel) { in Brush_DrawXY()
H A DSELECT.CPP261 if ( ( e->eclass->nShowFlags & ECLASS_LIGHT ) && !brush->entityModel ) { in Select_Brush()
379 if (e->eclass->nShowFlags & ECLASS_LIGHT && !t.brush->entityModel) { in Select_Ray()
859 if (b->owner->eclass->fixedsize && b->owner->eclass->entityModel == NULL) { in Select_ApplyMatrix()
H A DCamWnd.cpp1056 if ( brush->owner->eclass->entityModel ) { in Cam_Draw()
1528 if ( brush->owner->eclass->fixedsize && !brush->entityModel) { in Brush_ToTris()
H A DEditorMap.cpp623 if ( e->eclass->fixedsize && !b->entityModel ) { in EntityToMapEntity()
H A DXYWnd.cpp3300 …if ( g_qeglobals.d_savedinfo.exclude & EXCLUDE_MODELS && ( pb->owner->eclass->entityModel != NULL … in FilterBrush()
H A DMainFrm.cpp6593 b->entityModel = true; in OnSelectionCombine()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/logviewer/
H A Dperson-entity-merge-model.h53 explicit PersonEntityMergeModel(KTp::ContactsModel *contactsModel, EntityModel *entityModel,
H A Dperson-entity-merge-model.cpp225 EntityModel* entityModel, in PersonEntityMergeModel() argument
229 m_entityModel(entityModel), in PersonEntityMergeModel()