mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Add skin bank count field to HMDL metadata
This commit is contained in:
@@ -40,6 +40,7 @@ HMDLBuffers BlenderConnection::DataStream::Mesh::getHMDLBuffers(bool absoluteCoo
|
||||
metaOut.colorCount = colorLayerCount;
|
||||
metaOut.uvCount = uvLayerCount;
|
||||
metaOut.weightCount = weightVecCount;
|
||||
metaOut.bankCount = skinBanks.banks.size();
|
||||
|
||||
/* Total all verts from all surfaces (for ibo length) */
|
||||
size_t boundVerts = 0;
|
||||
|
||||
Reference in New Issue
Block a user