mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +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.
|
// 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;
|
const int INDICES_PER_VERTEX = 4;
|
||||||
|
|
||||||
uniform mat4 clusterMatrices[MAX_CLUSTERS];
|
uniform mat4 clusterMatrices[MAX_CLUSTERS];
|
||||||
|
|
Loading…
Reference in a new issue