This commit is contained in:
2025-08-12 17:41:36 +06:00
parent e54f04f62e
commit c1b16949fa
7 changed files with 189 additions and 567 deletions

View File

@@ -172,7 +172,7 @@ using NodeStateCondition = std::bitset<256>;
NodeStateCondition nodestateExpression(const std::vector<NodestateEntry>& entries, const std::string& expression);
struct ModelTransform {
std::vector<BinModelId_t> Ids;
std::vector<AssetsModel> Ids;
uint16_t Weight = 1;
bool UVLock = false;
};