Removed the old LargeVolume and SimpleVolume classes, which are now replaced by PagedVolume.
This commit is contained in:
parent
403189f357
commit
1e9fdf074a
@ -44,7 +44,6 @@ SET(CORE_INC_FILES
|
||||
PolyVox/Interpolation.h
|
||||
PolyVox/IteratorController.h
|
||||
PolyVox/IteratorController.inl
|
||||
PolyVox/LargeVolume.h
|
||||
PolyVox/LowPassFilter.h
|
||||
PolyVox/LowPassFilter.inl
|
||||
PolyVox/MarchingCubesSurfaceExtractor.h
|
||||
@ -66,7 +65,6 @@ SET(CORE_INC_FILES
|
||||
PolyVox/Raycast.inl
|
||||
PolyVox/Region.h
|
||||
PolyVox/Region.inl
|
||||
PolyVox/SimpleVolume.h
|
||||
PolyVox/Vector.h
|
||||
PolyVox/Vector.inl
|
||||
PolyVox/Vertex.h
|
||||
|
@ -1,8 +0,0 @@
|
||||
#ifndef __PolyVox_LargeVolume_H__
|
||||
#define __PolyVox_LargeVolume_H__
|
||||
|
||||
#pragma message("WARNING - The LargeVolume class has been replaced by PagedVolume. Please use that instead.")
|
||||
|
||||
#include "PagedVolume.h"
|
||||
|
||||
#endif //__PolyVox_LargeVolume_H__
|
@ -1,8 +0,0 @@
|
||||
#ifndef __PolyVox_SimpleVolume_H__
|
||||
#define __PolyVox_SimpleVolume_H__
|
||||
|
||||
#pragma message("WARNING - The SimpleVolume class has been replaced by PagedVolume. Please use that instead.")
|
||||
|
||||
#include "PagedVolume.h"
|
||||
|
||||
#endif //__PolyVox_SimpleVolume_H__
|
Loading…
x
Reference in New Issue
Block a user