mirror of https://github.com/axmolengine/axmol.git
index to short
This commit is contained in:
parent
40b33604d8
commit
dac84ade0d
cocos/3d
|
@ -38,7 +38,7 @@ namespace tinyobj {
|
|||
std::vector<float> positions;
|
||||
std::vector<float> normals;
|
||||
std::vector<float> texcoords;
|
||||
std::vector<unsigned int> indices;
|
||||
std::vector<unsigned short> indices;
|
||||
std::vector<int> material_ids; // per-mesh material ID
|
||||
} mesh_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue