HDF5: How to read tightly packed array of vertices into a struct of different size?

后端 未结 0 1107
甜味超标
甜味超标 2020-12-31 13:46

I have the following format stored in an HDF5 file (tightly packed array of vertices):

struct DiskVertex
{
    float pos[3];
}

And I have a m

相关标签:
回答
  • 消灭零回复
提交回复
热议问题