Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- -----------------------------------------------------------------------------
- Filename: VoxTestApplication.h
- -----------------------------------------------------------------------------
- This source file is generated by the
- ___ _ __ __ _ _
- /___\__ _ _ __ ___ /_\ _ __ _ __/ / /\ \ (_)______ _ _ __ __| |
- // // _` | '__/ _ \ //_\\| '_ \| '_ \ \/ \/ / |_ / _` | '__/ _` |
- / \_// (_| | | | __/ / _ \ |_) | |_) \ /\ /| |/ / (_| | | | (_| |
- \___/ \__, |_| \___| \_/ \_/ .__/| .__/ \/ \/ |_/___\__,_|_| \__,_|
- |___/ |_| |_|
- Ogre 1.8.x Application Wizard for Code::Blocks (July 2012)
- https://bitbucket.org/jacmoe/ogreappwizards
- -----------------------------------------------------------------------------
- */
- #ifndef __VoxTestApplication_h_
- #define __VoxTestApplication_h_
- #include "BaseApplication.h"
- #include "PolyVoxCore/CubicSurfaceExtractorWithNormals.h"
- #include "PolyVoxCore/MarchingCubesSurfaceExtractor.h"
- #include "PolyVoxCore/SurfaceMesh.h"
- #include "PolyVoxCore/SimpleVolume.h"
- #include <cmath>
- class VoxTestApplication : public BaseApplication
- {
- public:
- VoxTestApplication(void);
- virtual ~VoxTestApplication(void);
- protected:
- virtual void createScene(void);
- };
- #endif // #ifndef __VoxTestApplication_h_
Advertisement
Add Comment
Please, Sign In to add comment