entity_t and brush_t now converted to idEditorEntity and idEditorBrush

This commit is contained in:
Justin Marshall
2026-05-24 11:33:16 -07:00
parent d6d01e1faf
commit 3242531044
41 changed files with 1598 additions and 1540 deletions
+3 -3
View File
@@ -100,7 +100,7 @@ public:
void SetProjectionMatrix();
void UpdateCameraView();
void BuildEntityRenderState( entity_t *ent, bool update );
void BuildEntityRenderState( idEditorEntity *ent, bool update );
bool GetRenderMode() {
return renderMode;
}
@@ -129,7 +129,7 @@ public:
m_Camera.angles = angles;
}
bool CullBrush(brush_t* b, bool cubicOnly);
bool CullBrush(idEditorBrush* b, bool cubicOnly);
void FreeRendererState();
protected:
void Cam_Init();
@@ -156,7 +156,7 @@ protected:
bool animationMode;
bool soundMode;
void UpdateCaption();
bool BuildBrushRenderData(brush_t *brush);
bool BuildBrushRenderData(idEditorBrush *brush);
void DrawEntityData();