Moved some loading code out of PolyVoxSceneManager.

This commit is contained in:
David Williams
2008-01-31 20:43:57 +00:00
parent 9e9537a9ee
commit 4438660440
2 changed files with 2 additions and 39 deletions

View File

@ -66,9 +66,6 @@ namespace Ogre
void setAllUpToDateFlagsTo(bool newUpToDateValue);
void createSphereAt(Vector3 centre, Real radius, uchar value, bool painting);
bool loadScene(const String& filename);
bool saveScene(const String& filename);
void generateLevelVolume(void);
@ -101,7 +98,7 @@ namespace Ogre
NormalGenerationMethod m_normalGenerationMethod;
VolumeResourcePtr volumeResource;
Volume* volumeData;
bool m_bHaveGeneratedMeshes;