mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
Make the cluster jointIndex unsigned
This commit is contained in:
parent
ac06234c3d
commit
cf8e584ced
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ public:
|
|||
/// A single binding to a joint.
|
||||
class Cluster {
|
||||
public:
|
||||
|
||||
int jointIndex;
|
||||
uint32_t jointIndex;
|
||||
glm::mat4 inverseBindMatrix;
|
||||
Transform inverseBindTransform;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue