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
+2 -2
View File
@@ -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 ];