Remove tabs
This commit is contained in:
parent
206e1def6f
commit
dd7d65a6b4
1 changed files with 2 additions and 2 deletions
|
@ -5745,9 +5745,9 @@ static Model LoadVOX(const char *fileName)
|
||||||
int verticesRemain = voxarray.vertices.used;
|
int verticesRemain = voxarray.vertices.used;
|
||||||
int verticesMax = 65532; // 5461 voxels x 12 vertices per voxel -> 65532 (must be inf 65536)
|
int verticesMax = 65532; // 5461 voxels x 12 vertices per voxel -> 65532 (must be inf 65536)
|
||||||
|
|
||||||
Vector3 *pvertices = voxarray.vertices.array; // 6*4 = 12 vertices per voxel
|
Vector3 *pvertices = voxarray.vertices.array; // 6*4 = 12 vertices per voxel
|
||||||
Color *pcolors = voxarray.colors.array;
|
Color *pcolors = voxarray.colors.array;
|
||||||
unsigned short *pindices = voxarray.indices.array; // 5461*6*6 = 196596 indices max per mesh
|
unsigned short *pindices = voxarray.indices.array; // 5461*6*6 = 196596 indices max per mesh
|
||||||
|
|
||||||
int size = 0;
|
int size = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue