mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 19:07:51 +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.
|
/// A single binding to a joint.
|
||||||
class Cluster {
|
class Cluster {
|
||||||
public:
|
public:
|
||||||
|
uint32_t jointIndex;
|
||||||
int jointIndex;
|
|
||||||
glm::mat4 inverseBindMatrix;
|
glm::mat4 inverseBindMatrix;
|
||||||
Transform inverseBindTransform;
|
Transform inverseBindTransform;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue