mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
Added modelviewer.
Added neural network code(turned off by default). Lots of editor and rendering fixes.
This commit is contained in:
@@ -255,7 +255,7 @@ public:
|
||||
==============================================================================================
|
||||
*/
|
||||
|
||||
class idMD5Anim {
|
||||
class idMD5Anim : public idMD5AnimInterface {
|
||||
private:
|
||||
int numFrames;
|
||||
int frameRate;
|
||||
@@ -312,7 +312,7 @@ public:
|
||||
==============================================================================================
|
||||
*/
|
||||
|
||||
class idAnim {
|
||||
class idAnim : public idAnimInterface {
|
||||
private:
|
||||
const class idDeclModelDef *modelDef;
|
||||
const idMD5Anim *anims[ ANIM_MaxSyncedAnims ];
|
||||
|
||||
Reference in New Issue
Block a user