Renamed SurfaceVertex.h/cpp to VertexTypes.h/cpp

This commit is contained in:
David Williams
2010-10-17 22:03:57 +00:00
parent 9e1de4ba72
commit 8df28b87fa
11 changed files with 11 additions and 11 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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"

View File

@ -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
{

View File

@ -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