Initial Prey Game integration support.

This commit is contained in:
Justin Marshall
2026-05-05 15:01:01 -07:00
parent a6c6f1ed26
commit 8d5f678b25
552 changed files with 265551 additions and 209 deletions
+2 -1
View File
@@ -84,6 +84,7 @@ public:
virtual void ReadFromDemoFile( class idDemoFile *f );
virtual void WriteToDemoFile( class idDemoFile *f );
virtual float DepthHack() const;
virtual void IntersectBounds(const idBounds& bounds, float displacement) {} // this is empty intentionally
void MakeDefaultModel();
@@ -239,7 +240,7 @@ public:
virtual idBounds Bounds( const struct renderEntity_s *ent ) const;
virtual void Reset();
void IntersectBounds( const idBounds &bounds, float displacement );
virtual void IntersectBounds( const idBounds &bounds, float displacement );
private:
modelSurface_t GenerateSurface( float lerp );