Surface extractor now generates just one mesh, and it is separately broken into single and multi patches.

This commit is contained in:
David Williams
2008-05-27 20:24:05 +00:00
parent c8d632b554
commit efd4bdaa79
3 changed files with 71 additions and 109 deletions

View File

@ -46,7 +46,7 @@ namespace PolyVox
std::vector<SurfaceVertex>& getVertices(void); //FIXME - non const version should be removed.
const std::vector<boost::uint32_t>& getIndices(void) const;
private:
public:
std::vector<boost::uint32_t> m_vecTriangleIndices;
std::vector<SurfaceVertex> m_vecVertices;