Applied patch from ker such that int32_t's are now used instead of uint16_t's for addressing voxel positions.
This commit is contained in:
@ -84,7 +84,7 @@ namespace PolyVox
|
||||
return false;
|
||||
}
|
||||
|
||||
PolyVox::Vector3DInt16 position;
|
||||
PolyVox::Vector3DInt32 position;
|
||||
Node* parent;
|
||||
float gVal;
|
||||
float hVal;
|
||||
|
@ -25,7 +25,7 @@ freely, subject to the following restrictions:
|
||||
#define __PolyVox_Block_H__
|
||||
|
||||
#include "PolyVoxForwardDeclarations.h"
|
||||
|
||||
#include <limits>
|
||||
#include <vector>
|
||||
|
||||
namespace PolyVox
|
||||
|
Reference in New Issue
Block a user