mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 05:43:04 +02:00
Merge pull request #16215 from sabrina-shanman/instancing_shape
Make the cluster jointIndex unsigned
This commit is contained in:
commit
cd316f3908
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