From 83ac5dc544dcbb0bd811ea12a7cd86f2ffd037dd Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 8 Jun 2008 19:16:53 +0000 Subject: [PATCH] Moving stuff around - not currently buildable! --- {library/PolyVoxCore => PolyVoxCore}/CMakeLists.txt | 0 {library/PolyVoxCore => PolyVoxCore}/include/Block.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Block.inl | 0 {library/PolyVoxCore => PolyVoxCore}/include/BlockVolume.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/BlockVolume.inl | 0 .../PolyVoxCore => PolyVoxCore}/include/BlockVolumeIterator.h | 0 .../PolyVoxCore => PolyVoxCore}/include/BlockVolumeIterator.inl | 0 {library/PolyVoxCore => PolyVoxCore}/include/Constants.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Enums.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/GradientEstimators.h | 0 .../PolyVoxCore => PolyVoxCore}/include/GradientEstimators.inl | 0 .../PolyVoxCore => PolyVoxCore}/include/IndexedSurfacePatch.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/LinearVolume.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/LinearVolume.inl | 0 .../PolyVoxCore => PolyVoxCore}/include/MarchingCubesTables.h | 0 .../include/PolyVoxForwardDeclarations.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Region.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/RegionGeometry.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/SurfaceEdge.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/SurfaceExtractors.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/SurfaceTriangle.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/SurfaceTypes.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/SurfaceVertex.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/TypeDef.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Utility.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Vector.h | 0 {library/PolyVoxCore => PolyVoxCore}/include/Vector.inl | 0 .../PolyVoxCore => PolyVoxCore}/include/VolumeChangeTracker.h | 0 .../PolyVoxCore => PolyVoxCore}/source/IndexedSurfacePatch.cpp | 0 .../PolyVoxCore => PolyVoxCore}/source/MarchingCubesTables.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/Region.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/RegionGeometry.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/SurfaceEdge.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/SurfaceExtractors.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/SurfaceTriangle.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/SurfaceVertex.cpp | 0 {library/PolyVoxCore => PolyVoxCore}/source/Utility.cpp | 0 .../PolyVoxCore => PolyVoxCore}/source/VolumeChangeTracker.cpp | 0 38 files changed, 0 insertions(+), 0 deletions(-) rename {library/PolyVoxCore => PolyVoxCore}/CMakeLists.txt (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Block.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Block.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/BlockVolume.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/BlockVolume.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/BlockVolumeIterator.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/BlockVolumeIterator.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Constants.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Enums.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/GradientEstimators.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/GradientEstimators.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/IndexedSurfacePatch.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/LinearVolume.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/LinearVolume.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/MarchingCubesTables.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/PolyVoxForwardDeclarations.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Region.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/RegionGeometry.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/SurfaceEdge.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/SurfaceExtractors.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/SurfaceTriangle.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/SurfaceTypes.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/SurfaceVertex.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/TypeDef.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Utility.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Vector.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/Vector.inl (100%) rename {library/PolyVoxCore => PolyVoxCore}/include/VolumeChangeTracker.h (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/IndexedSurfacePatch.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/MarchingCubesTables.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/Region.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/RegionGeometry.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/SurfaceEdge.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/SurfaceExtractors.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/SurfaceTriangle.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/SurfaceVertex.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/Utility.cpp (100%) rename {library/PolyVoxCore => PolyVoxCore}/source/VolumeChangeTracker.cpp (100%) diff --git a/library/PolyVoxCore/CMakeLists.txt b/PolyVoxCore/CMakeLists.txt similarity index 100% rename from library/PolyVoxCore/CMakeLists.txt rename to PolyVoxCore/CMakeLists.txt diff --git a/library/PolyVoxCore/include/Block.h b/PolyVoxCore/include/Block.h similarity index 100% rename from library/PolyVoxCore/include/Block.h rename to PolyVoxCore/include/Block.h diff --git a/library/PolyVoxCore/include/Block.inl b/PolyVoxCore/include/Block.inl similarity index 100% rename from library/PolyVoxCore/include/Block.inl rename to PolyVoxCore/include/Block.inl diff --git a/library/PolyVoxCore/include/BlockVolume.h b/PolyVoxCore/include/BlockVolume.h similarity index 100% rename from library/PolyVoxCore/include/BlockVolume.h rename to PolyVoxCore/include/BlockVolume.h diff --git a/library/PolyVoxCore/include/BlockVolume.inl b/PolyVoxCore/include/BlockVolume.inl similarity index 100% rename from library/PolyVoxCore/include/BlockVolume.inl rename to PolyVoxCore/include/BlockVolume.inl diff --git a/library/PolyVoxCore/include/BlockVolumeIterator.h b/PolyVoxCore/include/BlockVolumeIterator.h similarity index 100% rename from library/PolyVoxCore/include/BlockVolumeIterator.h rename to PolyVoxCore/include/BlockVolumeIterator.h diff --git a/library/PolyVoxCore/include/BlockVolumeIterator.inl b/PolyVoxCore/include/BlockVolumeIterator.inl similarity index 100% rename from library/PolyVoxCore/include/BlockVolumeIterator.inl rename to PolyVoxCore/include/BlockVolumeIterator.inl diff --git a/library/PolyVoxCore/include/Constants.h b/PolyVoxCore/include/Constants.h similarity index 100% rename from library/PolyVoxCore/include/Constants.h rename to PolyVoxCore/include/Constants.h diff --git a/library/PolyVoxCore/include/Enums.h b/PolyVoxCore/include/Enums.h similarity index 100% rename from library/PolyVoxCore/include/Enums.h rename to PolyVoxCore/include/Enums.h diff --git a/library/PolyVoxCore/include/GradientEstimators.h b/PolyVoxCore/include/GradientEstimators.h similarity index 100% rename from library/PolyVoxCore/include/GradientEstimators.h rename to PolyVoxCore/include/GradientEstimators.h diff --git a/library/PolyVoxCore/include/GradientEstimators.inl b/PolyVoxCore/include/GradientEstimators.inl similarity index 100% rename from library/PolyVoxCore/include/GradientEstimators.inl rename to PolyVoxCore/include/GradientEstimators.inl diff --git a/library/PolyVoxCore/include/IndexedSurfacePatch.h b/PolyVoxCore/include/IndexedSurfacePatch.h similarity index 100% rename from library/PolyVoxCore/include/IndexedSurfacePatch.h rename to PolyVoxCore/include/IndexedSurfacePatch.h diff --git a/library/PolyVoxCore/include/LinearVolume.h b/PolyVoxCore/include/LinearVolume.h similarity index 100% rename from library/PolyVoxCore/include/LinearVolume.h rename to PolyVoxCore/include/LinearVolume.h diff --git a/library/PolyVoxCore/include/LinearVolume.inl b/PolyVoxCore/include/LinearVolume.inl similarity index 100% rename from library/PolyVoxCore/include/LinearVolume.inl rename to PolyVoxCore/include/LinearVolume.inl diff --git a/library/PolyVoxCore/include/MarchingCubesTables.h b/PolyVoxCore/include/MarchingCubesTables.h similarity index 100% rename from library/PolyVoxCore/include/MarchingCubesTables.h rename to PolyVoxCore/include/MarchingCubesTables.h diff --git a/library/PolyVoxCore/include/PolyVoxForwardDeclarations.h b/PolyVoxCore/include/PolyVoxForwardDeclarations.h similarity index 100% rename from library/PolyVoxCore/include/PolyVoxForwardDeclarations.h rename to PolyVoxCore/include/PolyVoxForwardDeclarations.h diff --git a/library/PolyVoxCore/include/Region.h b/PolyVoxCore/include/Region.h similarity index 100% rename from library/PolyVoxCore/include/Region.h rename to PolyVoxCore/include/Region.h diff --git a/library/PolyVoxCore/include/RegionGeometry.h b/PolyVoxCore/include/RegionGeometry.h similarity index 100% rename from library/PolyVoxCore/include/RegionGeometry.h rename to PolyVoxCore/include/RegionGeometry.h diff --git a/library/PolyVoxCore/include/SurfaceEdge.h b/PolyVoxCore/include/SurfaceEdge.h similarity index 100% rename from library/PolyVoxCore/include/SurfaceEdge.h rename to PolyVoxCore/include/SurfaceEdge.h diff --git a/library/PolyVoxCore/include/SurfaceExtractors.h b/PolyVoxCore/include/SurfaceExtractors.h similarity index 100% rename from library/PolyVoxCore/include/SurfaceExtractors.h rename to PolyVoxCore/include/SurfaceExtractors.h diff --git a/library/PolyVoxCore/include/SurfaceTriangle.h b/PolyVoxCore/include/SurfaceTriangle.h similarity index 100% rename from library/PolyVoxCore/include/SurfaceTriangle.h rename to PolyVoxCore/include/SurfaceTriangle.h diff --git a/library/PolyVoxCore/include/SurfaceTypes.h b/PolyVoxCore/include/SurfaceTypes.h similarity index 100% rename from library/PolyVoxCore/include/SurfaceTypes.h rename to PolyVoxCore/include/SurfaceTypes.h diff --git a/library/PolyVoxCore/include/SurfaceVertex.h b/PolyVoxCore/include/SurfaceVertex.h similarity index 100% rename from library/PolyVoxCore/include/SurfaceVertex.h rename to PolyVoxCore/include/SurfaceVertex.h diff --git a/library/PolyVoxCore/include/TypeDef.h b/PolyVoxCore/include/TypeDef.h similarity index 100% rename from library/PolyVoxCore/include/TypeDef.h rename to PolyVoxCore/include/TypeDef.h diff --git a/library/PolyVoxCore/include/Utility.h b/PolyVoxCore/include/Utility.h similarity index 100% rename from library/PolyVoxCore/include/Utility.h rename to PolyVoxCore/include/Utility.h diff --git a/library/PolyVoxCore/include/Vector.h b/PolyVoxCore/include/Vector.h similarity index 100% rename from library/PolyVoxCore/include/Vector.h rename to PolyVoxCore/include/Vector.h diff --git a/library/PolyVoxCore/include/Vector.inl b/PolyVoxCore/include/Vector.inl similarity index 100% rename from library/PolyVoxCore/include/Vector.inl rename to PolyVoxCore/include/Vector.inl diff --git a/library/PolyVoxCore/include/VolumeChangeTracker.h b/PolyVoxCore/include/VolumeChangeTracker.h similarity index 100% rename from library/PolyVoxCore/include/VolumeChangeTracker.h rename to PolyVoxCore/include/VolumeChangeTracker.h diff --git a/library/PolyVoxCore/source/IndexedSurfacePatch.cpp b/PolyVoxCore/source/IndexedSurfacePatch.cpp similarity index 100% rename from library/PolyVoxCore/source/IndexedSurfacePatch.cpp rename to PolyVoxCore/source/IndexedSurfacePatch.cpp diff --git a/library/PolyVoxCore/source/MarchingCubesTables.cpp b/PolyVoxCore/source/MarchingCubesTables.cpp similarity index 100% rename from library/PolyVoxCore/source/MarchingCubesTables.cpp rename to PolyVoxCore/source/MarchingCubesTables.cpp diff --git a/library/PolyVoxCore/source/Region.cpp b/PolyVoxCore/source/Region.cpp similarity index 100% rename from library/PolyVoxCore/source/Region.cpp rename to PolyVoxCore/source/Region.cpp diff --git a/library/PolyVoxCore/source/RegionGeometry.cpp b/PolyVoxCore/source/RegionGeometry.cpp similarity index 100% rename from library/PolyVoxCore/source/RegionGeometry.cpp rename to PolyVoxCore/source/RegionGeometry.cpp diff --git a/library/PolyVoxCore/source/SurfaceEdge.cpp b/PolyVoxCore/source/SurfaceEdge.cpp similarity index 100% rename from library/PolyVoxCore/source/SurfaceEdge.cpp rename to PolyVoxCore/source/SurfaceEdge.cpp diff --git a/library/PolyVoxCore/source/SurfaceExtractors.cpp b/PolyVoxCore/source/SurfaceExtractors.cpp similarity index 100% rename from library/PolyVoxCore/source/SurfaceExtractors.cpp rename to PolyVoxCore/source/SurfaceExtractors.cpp diff --git a/library/PolyVoxCore/source/SurfaceTriangle.cpp b/PolyVoxCore/source/SurfaceTriangle.cpp similarity index 100% rename from library/PolyVoxCore/source/SurfaceTriangle.cpp rename to PolyVoxCore/source/SurfaceTriangle.cpp diff --git a/library/PolyVoxCore/source/SurfaceVertex.cpp b/PolyVoxCore/source/SurfaceVertex.cpp similarity index 100% rename from library/PolyVoxCore/source/SurfaceVertex.cpp rename to PolyVoxCore/source/SurfaceVertex.cpp diff --git a/library/PolyVoxCore/source/Utility.cpp b/PolyVoxCore/source/Utility.cpp similarity index 100% rename from library/PolyVoxCore/source/Utility.cpp rename to PolyVoxCore/source/Utility.cpp diff --git a/library/PolyVoxCore/source/VolumeChangeTracker.cpp b/PolyVoxCore/source/VolumeChangeTracker.cpp similarity index 100% rename from library/PolyVoxCore/source/VolumeChangeTracker.cpp rename to PolyVoxCore/source/VolumeChangeTracker.cpp