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:
parent
871f97bd81
commit
7ddac20c62
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue