3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 15:35:30 +02:00

Allow more bones. The model I'm testing with has about 60.

This commit is contained in:
Andrzej Kapolka 2013-10-18 19:18:48 -07:00
parent 871f97bd81
commit 7ddac20c62

View file

@ -8,7 +8,7 @@
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
//
const int MAX_CLUSTERS = 32;
const int MAX_CLUSTERS = 64;
const int INDICES_PER_VERTEX = 4;
uniform mat4 clusterMatrices[MAX_CLUSTERS];