Added modelviewer.

Added neural network code(turned off by default).
Lots of editor and rendering fixes.
This commit is contained in:
Justin Marshall
2026-05-17 22:09:25 -07:00
parent 079442e7ba
commit 76f642286e
74 changed files with 101444 additions and 2227 deletions
+1
View File
@@ -696,6 +696,7 @@ public:
virtual bool IsFullScreen( void ) const;
virtual int GetScreenWidth( void ) const;
virtual int GetScreenHeight( void ) const;
virtual void SetScreenSize(int width, int height);
virtual idRenderWorld * AllocRenderWorld(dxrWorldId_t worldId);
virtual void FreeRenderWorld( idRenderWorld *rw );
virtual void BeginLevelLoad( void );