Skip to content

Commit

Permalink
fix: expose vertices offset in mdl model
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Dec 3, 2023
1 parent 775f323 commit d070b7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/studiomodelpp/structs/MDL.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,10 @@ struct Model {
//int meshesOffset;
std::vector<Mesh> meshes;

//int verticesCount;
//int verticesOffset;
//int tangentsOffset;
// These do not map to raw memory
int verticesCount;
int verticesOffset;
int tangentsOffset;

//int attachmentsCount;
//int attachmentsOffset;
Expand Down

0 comments on commit d070b7d

Please sign in to comment.