PolyVox  0.2.1
Open source voxel management library
Namespaces | Functions
AStarPathfinder.inl File Reference

Go to the source code of this file.

Namespaces

namespace  PolyVox
 Main namespace.

Functions

template<typename VolumeType >
bool PolyVox::aStarDefaultVoxelValidator (const VolumeType *volData, const Vector3DInt32 &v3dPos)
 This function provides the default method for checking whether a given voxel is valid for the path computed by the AStarPathfinder.