Renamed SurfaceVertex.h/cpp to VertexTypes.h/cpp
This commit is contained in:
parent
9e1de4ba72
commit
8df28b87fa
@ -12,7 +12,7 @@ SET(CORE_SRC_FILES
|
||||
source/MeshFace.cpp
|
||||
source/MeshVertex.cpp
|
||||
source/Region.cpp
|
||||
source/SurfaceVertex.cpp
|
||||
source/VertexTypes.cpp
|
||||
source/VoxelFilters.cpp
|
||||
)
|
||||
|
||||
@ -41,9 +41,9 @@ SET(CORE_INC_FILES
|
||||
include/SurfaceExtractor.inl
|
||||
include/SurfaceMesh.h
|
||||
include/SurfaceMesh.inl
|
||||
include/SurfaceVertex.h
|
||||
include/Vector.h
|
||||
include/Vector.inl
|
||||
include/VertexTypes.h
|
||||
include/Volume.h
|
||||
include/Volume.inl
|
||||
include/VolumeSampler.h
|
||||
|
@ -25,7 +25,7 @@ freely, subject to the following restrictions:
|
||||
#include "MaterialDensityPair.h"
|
||||
#include "SurfaceMesh.h"
|
||||
#include "PolyVoxImpl/MarchingCubesTables.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -25,7 +25,7 @@ freely, subject to the following restrictions:
|
||||
#include "MaterialDensityPair.h"
|
||||
#include "SurfaceMesh.h"
|
||||
#include "PolyVoxImpl/MarchingCubesTables.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -25,7 +25,7 @@ freely, subject to the following restrictions:
|
||||
#define __PolyVox_MeshVertex_H__
|
||||
|
||||
#include "PolyVoxForwardDeclarations.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
|
||||
|
@ -25,7 +25,7 @@ freely, subject to the following restrictions:
|
||||
#include "MaterialDensityPair.h"
|
||||
#include "SurfaceMesh.h"
|
||||
#include "PolyVoxImpl/MarchingCubesTables.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
@ -30,7 +30,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "PolyVoxForwardDeclarations.h"
|
||||
#include "Region.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
|
||||
namespace PolyVox
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "GradientEstimators.h"
|
||||
#include "SurfaceMesh.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -26,7 +26,7 @@ freely, subject to the following restrictions:
|
||||
#include "Mesh.h"
|
||||
#include "MeshFace.h"
|
||||
#include "MeshVertex.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
@ -26,7 +26,7 @@ freely, subject to the following restrictions:
|
||||
#include "GradientEstimators.h"
|
||||
#include "SurfaceMesh.h"
|
||||
#include "PolyVoxImpl/MarchingCubesTables.h"
|
||||
#include "SurfaceVertex.h"
|
||||
#include "VertexTypes.h"
|
||||
#include "PolyVoxImpl/Utility.h"
|
||||
#include "Vector.h"
|
||||
#include "Volume.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user