Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.
This commit is contained in:
@ -23,9 +23,9 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestAStarPathfinder.h"
|
||||
|
||||
#include "PolyVoxCore/AStarPathfinder.h"
|
||||
#include "PolyVoxCore/Material.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVox/AStarPathfinder.h"
|
||||
#include "PolyVox/Material.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,8 +23,8 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestAmbientOcclusionGenerator.h"
|
||||
|
||||
#include "PolyVoxCore/AmbientOcclusionCalculator.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVox/AmbientOcclusionCalculator.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestArray.h"
|
||||
|
||||
#include "PolyVoxCore/Array.h"
|
||||
#include "PolyVox/Array.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,12 +23,12 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestCubicSurfaceExtractor.h"
|
||||
|
||||
#include "PolyVoxCore/Density.h"
|
||||
#include "PolyVoxCore/Material.h"
|
||||
#include "PolyVoxCore/MaterialDensityPair.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVoxCore/CubicSurfaceExtractor.h"
|
||||
#include "PolyVox/Density.h"
|
||||
#include "PolyVox/Material.h"
|
||||
#include "PolyVox/MaterialDensityPair.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
#include "PolyVox/CubicSurfaceExtractor.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,9 +23,9 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestLowPassFilter.h"
|
||||
|
||||
#include "PolyVoxCore/Density.h"
|
||||
#include "PolyVoxCore/LowPassFilter.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVox/Density.h"
|
||||
#include "PolyVox/LowPassFilter.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,8 +23,8 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestPicking.h"
|
||||
|
||||
#include "PolyVoxCore/Picking.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVox/Picking.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,11 +23,11 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestRaycast.h"
|
||||
|
||||
#include "PolyVoxCore/Density.h"
|
||||
#include "PolyVoxCore/Raycast.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVox/Density.h"
|
||||
#include "PolyVox/Raycast.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
|
||||
#include "PolyVoxCore/Impl/RandomUnitVectors.h"
|
||||
#include "PolyVox/Impl/RandomUnitVectors.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestRegion.h"
|
||||
|
||||
#include "PolyVoxCore/Region.h"
|
||||
#include "PolyVox/Region.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,12 +23,12 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestSurfaceExtractor.h"
|
||||
|
||||
#include "PolyVoxCore/Density.h"
|
||||
#include "PolyVoxCore/FilePager.h"
|
||||
#include "PolyVoxCore/MaterialDensityPair.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVoxCore/MarchingCubesSurfaceExtractor.h"
|
||||
#include "PolyVox/Density.h"
|
||||
#include "PolyVox/FilePager.h"
|
||||
#include "PolyVox/MaterialDensityPair.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
#include "PolyVox/MarchingCubesSurfaceExtractor.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,12 +23,12 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "TestVolumeSubclass.h"
|
||||
|
||||
#include "PolyVoxCore/Array.h"
|
||||
#include "PolyVox/Array.h"
|
||||
|
||||
#include "PolyVoxCore/BaseVolume.h"
|
||||
#include "PolyVoxCore/CubicSurfaceExtractor.h"
|
||||
#include "PolyVoxCore/Material.h"
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
#include "PolyVox/BaseVolume.h"
|
||||
#include "PolyVox/CubicSurfaceExtractor.h"
|
||||
#include "PolyVox/Material.h"
|
||||
#include "PolyVox/Vector.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testmaterial.h"
|
||||
|
||||
#include "PolyVoxCore/Material.h"
|
||||
#include "PolyVox/Material.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testvector.h"
|
||||
|
||||
#include "PolyVoxCore/Vector.h"
|
||||
#include "PolyVox/Vector.h"
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
|
@ -23,9 +23,9 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "testvolume.h"
|
||||
|
||||
#include "PolyVoxCore/FilePager.h"
|
||||
#include "PolyVoxCore/PagedVolume.h"
|
||||
#include "PolyVoxCore/RawVolume.h"
|
||||
#include "PolyVox/FilePager.h"
|
||||
#include "PolyVox/PagedVolume.h"
|
||||
#include "PolyVox/RawVolume.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QtTest>
|
||||
|
@ -24,7 +24,7 @@ freely, subject to the following restrictions:
|
||||
#ifndef __PolyVox_TestVolume_H__
|
||||
#define __PolyVox_TestVolume_H__
|
||||
|
||||
#include "PolyVoxCore/PolyVoxForwardDeclarations.h"
|
||||
#include "PolyVox/PolyVoxForwardDeclarations.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
Reference in New Issue
Block a user