Experimental work removing the need for multi material patch.

This commit is contained in:
David Williams
2008-05-27 21:33:07 +00:00
parent efd4bdaa79
commit de7554b9e3
2 changed files with 14 additions and 26 deletions

View File

@ -61,7 +61,7 @@ namespace PolyVox
boost::int32_t getIndexFor(const Vector3DFloat& pos);
void setIndexFor(const Vector3DFloat& pos, boost::int32_t newIndex);
private:
public:
bool m_AllowDuplicateVertices;
};