mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Added for loop to accomodate cases with multiple batches
This commit is contained in:
@@ -42,7 +42,7 @@ struct BoneIndexes {
|
||||
struct BoneWeights {
|
||||
uint16_t weights; // <format=hex>
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
// This is where most of the parsing will be.
|
||||
// this struct is in-order of what the file format will have.
|
||||
@@ -68,6 +68,8 @@ struct Mesh {
|
||||
struct Batch b;
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
void printgheader(struct Header*);
|
||||
|
||||
void printmeshheader(struct MeshHeader*);
|
||||
|
Reference in New Issue
Block a user