mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 04:30:12 +02:00
entity_t and brush_t now converted to idEditorEntity and idEditorBrush
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user