Removed empty file voxel.h
This commit is contained in:
@ -51,7 +51,6 @@ SET(CORE_INC_FILES
|
|||||||
include/PolyVoxCore/MeshDecimator.h
|
include/PolyVoxCore/MeshDecimator.h
|
||||||
include/PolyVoxCore/MeshDecimator.inl
|
include/PolyVoxCore/MeshDecimator.inl
|
||||||
include/PolyVoxCore/PolyVoxForwardDeclarations.h
|
include/PolyVoxCore/PolyVoxForwardDeclarations.h
|
||||||
include/PolyVoxCore/PrimitiveVoxelTypes.h
|
|
||||||
include/PolyVoxCore/RawVolume.h
|
include/PolyVoxCore/RawVolume.h
|
||||||
include/PolyVoxCore/RawVolume.inl
|
include/PolyVoxCore/RawVolume.inl
|
||||||
include/PolyVoxCore/RawVolumeSampler.inl
|
include/PolyVoxCore/RawVolumeSampler.inl
|
||||||
@ -72,7 +71,6 @@ SET(CORE_INC_FILES
|
|||||||
include/PolyVoxCore/VertexTypes.h
|
include/PolyVoxCore/VertexTypes.h
|
||||||
include/PolyVoxCore/VolumeResampler.h
|
include/PolyVoxCore/VolumeResampler.h
|
||||||
include/PolyVoxCore/VolumeResampler.inl
|
include/PolyVoxCore/VolumeResampler.inl
|
||||||
include/PolyVoxCore/Voxel.h
|
|
||||||
include/PolyVoxCore/VoxelFilters.h
|
include/PolyVoxCore/VoxelFilters.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ freely, subject to the following restrictions:
|
|||||||
#include "PolyVoxImpl/TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
#include "PolyVoxCore/Array.h"
|
#include "PolyVoxCore/Array.h"
|
||||||
#include "PolyVoxCore/Voxel.h"
|
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <stdexcept> //For runtime_error
|
#include <stdexcept> //For runtime_error
|
||||||
|
@ -25,7 +25,6 @@ freely, subject to the following restrictions:
|
|||||||
#define __PolyVox_Density_H__
|
#define __PolyVox_Density_H__
|
||||||
|
|
||||||
#include "PolyVoxCore/DefaultMarchingCubesController.h" //We'll specialise the controller contained in here
|
#include "PolyVoxCore/DefaultMarchingCubesController.h" //We'll specialise the controller contained in here
|
||||||
#include "PolyVoxCore/Voxel.h"
|
|
||||||
|
|
||||||
#include "PolyVoxImpl/TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
|
@ -24,8 +24,6 @@ freely, subject to the following restrictions:
|
|||||||
#ifndef __PolyVox_Material_H__
|
#ifndef __PolyVox_Material_H__
|
||||||
#define __PolyVox_Material_H__
|
#define __PolyVox_Material_H__
|
||||||
|
|
||||||
#include "PolyVoxCore/Voxel.h"
|
|
||||||
|
|
||||||
#include "PolyVoxImpl/TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
@ -25,7 +25,6 @@ freely, subject to the following restrictions:
|
|||||||
#define __PolyVox_MaterialDensityPair_H__
|
#define __PolyVox_MaterialDensityPair_H__
|
||||||
|
|
||||||
#include "PolyVoxCore/DefaultMarchingCubesController.h" //We'll specialise the controller contained in here
|
#include "PolyVoxCore/DefaultMarchingCubesController.h" //We'll specialise the controller contained in here
|
||||||
#include "PolyVoxCore/Voxel.h"
|
|
||||||
|
|
||||||
#include "PolyVoxImpl/TypeDef.h"
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
/*******************************************************************************
|
|
||||||
Copyright (c) 2005-2009 David Williams
|
|
||||||
|
|
||||||
This software is provided 'as-is', without any express or implied
|
|
||||||
warranty. In no event will the authors be held liable for any damages
|
|
||||||
arising from the use of this software.
|
|
||||||
|
|
||||||
Permission is granted to anyone to use this software for any purpose,
|
|
||||||
including commercial applications, and to alter it and redistribute it
|
|
||||||
freely, subject to the following restrictions:
|
|
||||||
|
|
||||||
1. The origin of this software must not be misrepresented; you must not
|
|
||||||
claim that you wrote the original software. If you use this software
|
|
||||||
in a product, an acknowledgment in the product documentation would be
|
|
||||||
appreciated but is not required.
|
|
||||||
|
|
||||||
2. Altered source versions must be plainly marked as such, and must not be
|
|
||||||
misrepresented as being the original software.
|
|
||||||
|
|
||||||
3. This notice may not be removed or altered from any source
|
|
||||||
distribution.
|
|
||||||
*******************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __PolyVox_PrimitiveVoxelTypes_H__
|
|
||||||
#define __PolyVox_PrimitiveVoxelTypes_H__
|
|
||||||
|
|
||||||
#include "PolyVoxCore/Voxel.h"
|
|
||||||
|
|
||||||
namespace PolyVox
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif //__PolyVox_PrimitiveVoxelTypes_H__
|
|
@ -3,7 +3,6 @@
|
|||||||
#include "Density.h"
|
#include "Density.h"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%include "Voxel.h"
|
|
||||||
%include "MarchingCubesSurfaceExtractor.h"
|
%include "MarchingCubesSurfaceExtractor.h"
|
||||||
%include "Density.h"
|
%include "Density.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user