mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 17:27:57 -05:00
Include and exclude asset type dumping configured by command line args
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "Dumping/AssetDumpingContext.h"
|
||||
#include "Zone/ZoneTypes.h"
|
||||
|
||||
class ObjWriting
|
||||
{
|
||||
@ -21,10 +24,13 @@ public:
|
||||
};
|
||||
|
||||
bool Verbose = false;
|
||||
std::vector<bool> AssetTypesToHandleBitfield;
|
||||
|
||||
ImageOutputFormat_e ImageOutputFormat = ImageOutputFormat_e::DDS;
|
||||
ModelOutputFormat_e ModelOutputFormat = ModelOutputFormat_e::XMODEL_EXPORT;
|
||||
|
||||
} Configuration;
|
||||
|
||||
static bool DumpZone(AssetDumpingContext& context);
|
||||
static bool ShouldHandleAssetType(asset_type_t assetType);
|
||||
};
|
||||
|
Reference in New Issue
Block a user