Merge pull request #16215 from sabrina-shanman/instancing_shape

Make the cluster jointIndex unsigned
This commit is contained in:
Sabrina Shanman 2019-09-18 15:25:56 -07:00 committed by GitHub
commit cd316f3908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,8 +122,7 @@ public:
/// A single binding to a joint.
class Cluster {
public:
int jointIndex;
uint32_t jointIndex;
glm::mat4 inverseBindMatrix;
Transform inverseBindTransform;
};