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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user