Renamed SurfaceVertex.h/cpp to VertexTypes.h/cpp
This commit is contained in:
@ -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
|
||||
{
|
Reference in New Issue
Block a user