mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Modernize NiTriShapeData
This commit is contained in:
parent
56ee2588a5
commit
cfd37dbcc6
5 changed files with 15 additions and 22 deletions
|
@ -55,7 +55,8 @@ namespace Nif
|
|||
struct NiTriShapeData : public NiTriBasedGeomData
|
||||
{
|
||||
// Triangles, three vertex indices per triangle
|
||||
std::vector<unsigned short> triangles;
|
||||
std::vector<unsigned short> mTriangles;
|
||||
std::vector<std::vector<unsigned short>> mMatchGroups;
|
||||
|
||||
void read(NIFStream* nif) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue