Work making SurfacePatchRenderable reformat the mesh as necessary...

This commit is contained in:
David Williams
2008-05-28 18:46:27 +00:00
parent de7554b9e3
commit a3b5bd72b8
3 changed files with 20 additions and 1 deletions

View File

@ -45,6 +45,8 @@ namespace PolyVox
const std::vector<SurfaceVertex>& getVertices(void) const;
std::vector<SurfaceVertex>& getVertices(void); //FIXME - non const version should be removed.
const std::vector<boost::uint32_t>& getIndices(void) const;
unsigned short getNoNonUniformTrianges(void);
public:
std::vector<boost::uint32_t> m_vecTriangleIndices;