Revert "Eliminated member variable."

This reverts commit 96ec47a972.
This commit is contained in:
David Williams
2015-05-25 20:35:47 +02:00
parent 96ec47a972
commit c384fbfea8
2 changed files with 8 additions and 8 deletions

View File

@ -286,6 +286,9 @@ namespace PolyVox
//Used to convert arbitrary voxel types in densities and materials.
ControllerType m_controller;
//Our threshold value
typename ControllerType::DensityType m_tThreshold;
};
// This version of the function performs the extraction into a user-provided mesh rather than allocating a mesh automatically.