Moved SurfacePatchRenderable to main application.

This commit is contained in:
David Williams
2008-02-04 19:30:57 +00:00
parent d2c87f7bf7
commit 1e3904098a
6 changed files with 5 additions and 259 deletions

View File

@ -8,12 +8,13 @@
#include "IntegralVector3.h"
#include "SurfaceTypes.h"
#include "SurfaceVertex.h"
#include "TypeDef.h"
#include "VolumeIterator.h"
namespace Ogre
{
class IndexedSurfacePatch
class VOXEL_SCENE_MANAGER_API IndexedSurfacePatch
{
public:
IndexedSurfacePatch(bool allowDuplicateVertices);