mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 02:58:46 +02:00
Added modelviewer.
Added neural network code(turned off by default). Lots of editor and rendering fixes.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user