mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:56:54 +02:00
Bump the maximum voxels up to 10000.
This commit is contained in:
parent
7ef2a2c5d9
commit
c58eb0d584
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include "renderer/ProgramObject.h"
|
#include "renderer/ProgramObject.h"
|
||||||
|
|
||||||
const float AVATAR_TREE_SCALE = 1.0f;
|
const float AVATAR_TREE_SCALE = 1.0f;
|
||||||
const int MAX_VOXELS_PER_AVATAR = 2000;
|
const int MAX_VOXELS_PER_AVATAR = 10000;
|
||||||
const int BONE_ELEMENTS_PER_VOXEL = BONE_ELEMENTS_PER_VERTEX * VERTICES_PER_VOXEL;
|
const int BONE_ELEMENTS_PER_VOXEL = BONE_ELEMENTS_PER_VERTEX * VERTICES_PER_VOXEL;
|
||||||
|
|
||||||
AvatarVoxelSystem::AvatarVoxelSystem(Avatar* avatar) :
|
AvatarVoxelSystem::AvatarVoxelSystem(Avatar* avatar) :
|
||||||
|
|
Loading…
Reference in a new issue