dmap now contains path tracing optimizations stored in iceproc files.

This commit is contained in:
Justin Marshall
2026-05-26 12:14:39 -07:00
parent 754f5b4aa0
commit 41cbd5669b
50 changed files with 350449 additions and 624741 deletions
-6
View File
@@ -50,12 +50,6 @@ typedef struct {
int firstComponent;
} jointAnimInfo_t;
typedef struct {
jointHandle_t num;
jointHandle_t parentNum;
int channel;
} jointInfo_t;
//
// joint modifier modes. make sure to change script/doom_defs.script if you add any, or change their order.
//
+1 -1
View File
@@ -157,7 +157,7 @@ void idModelExport::LoadMayaDll( void ) {
#ifdef RV_UNIFIED_ALLOCATOR
if ( !dllEntry( MD5_VERSION, common, sys, Memory::Allocate, Memory::Free, Memory::MSize ) ) {
#else
if ( !dllEntry( MD5_VERSION, common, sys ) ) {
if ( !dllEntry( MD5_VERSION, common, sys, fileSystem ) ) {
#endif
// RAVEN END
// init failed