Moved some code from PolyVoxSceneManager to SurfaceExtractors

This commit is contained in:
David Williams
2008-05-24 17:29:27 +00:00
parent b42f28793f
commit 0b012cbd75
8 changed files with 903 additions and 820 deletions

View File

@ -26,7 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
namespace PolyVox
{
//FIXME - gradient can be expressed with ints.
template <typename VoxelType>
Vector3DFloat computeCentralDifferenceGradient(const VolumeIterator<VoxelType>& volIter);