15 static void CellsIntersectingVolumeRecursive(
MortonKey& currentCell,
IStreamingVolume& streamingVolume, std::vector<MortonKey>& cellsIntersecting);
16 static void CellsIntersectingVolumeUnrolled(
int faceIndex,
IStreamingVolume& streamingVolume, std::vector<MortonKey>& cellsIntersecting);
18 static void CellsIntersectingVolume(
IStreamingVolume& streamingVolume, std::vector<MortonKey>& cellsIntersecting);