This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
frostbite/snowlib/VertexWeight.h
2020-02-06 00:23:46 +00:00

16 lines
223 B
C

#pragma once
struct VertexWeight
{
int startVertex;
int endVertex;
int bone1;
int bone2;
int bone3;
int bone4;
int boneWeight1;
int boneWeight2;
int boneWeight3;
int boneWeight4;
};