Fixed incorrect header include guards in tests.
This commit is contained in:
parent
c7fa6552ae
commit
cb0afb17f9
@ -100,15 +100,6 @@ namespace PolyVox
|
|||||||
sy += m_regSrc.getLowerCorner().getY();
|
sy += m_regSrc.getLowerCorner().getY();
|
||||||
sz += m_regSrc.getLowerCorner().getZ();
|
sz += m_regSrc.getLowerCorner().getZ();
|
||||||
|
|
||||||
/*VoxelType voxel000 = m_pVolSrc->getVoxelAt(sx+0,sy+0,sz+0);
|
|
||||||
VoxelType voxel001 = m_pVolSrc->getVoxelAt(sx+0,sy+0,sz+1);
|
|
||||||
VoxelType voxel010 = m_pVolSrc->getVoxelAt(sx+0,sy+1,sz+0);
|
|
||||||
VoxelType voxel011 = m_pVolSrc->getVoxelAt(sx+0,sy+1,sz+1);
|
|
||||||
VoxelType voxel100 = m_pVolSrc->getVoxelAt(sx+1,sy+0,sz+0);
|
|
||||||
VoxelType voxel101 = m_pVolSrc->getVoxelAt(sx+1,sy+0,sz+1);
|
|
||||||
VoxelType voxel110 = m_pVolSrc->getVoxelAt(sx+1,sy+1,sz+0);
|
|
||||||
VoxelType voxel111 = m_pVolSrc->getVoxelAt(sx+1,sy+1,sz+1);*/
|
|
||||||
|
|
||||||
sampler.setPosition(sx,sy,sz);
|
sampler.setPosition(sx,sy,sz);
|
||||||
VoxelType voxel000 = sampler.peekVoxel0px0py0pz();
|
VoxelType voxel000 = sampler.peekVoxel0px0py0pz();
|
||||||
VoxelType voxel001 = sampler.peekVoxel0px0py1pz();
|
VoxelType voxel001 = sampler.peekVoxel0px0py1pz();
|
||||||
|
@ -21,8 +21,8 @@ freely, subject to the following restrictions:
|
|||||||
distribution.
|
distribution.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#ifndef __PolyVox_TestVolume_H__
|
#ifndef __PolyVox_TestAStarPathfinder_H__
|
||||||
#define __PolyVox_TestVolume_H__
|
#define __PolyVox_TestAStarPathfinder_H__
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ freely, subject to the following restrictions:
|
|||||||
distribution.
|
distribution.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#ifndef __PolyVox_TestVolume_H__
|
#ifndef __PolyVox_TestAmbientOcclusionGenerator_H__
|
||||||
#define __PolyVox_TestVolume_H__
|
#define __PolyVox_TestAmbientOcclusionGenerator_H__
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ freely, subject to the following restrictions:
|
|||||||
distribution.
|
distribution.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#ifndef __PolyVox_TestVolume_H__
|
#ifndef __PolyVox_TestArray_H__
|
||||||
#define __PolyVox_TestVolume_H__
|
#define __PolyVox_TestArray_H__
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user