source: trunk/VUT/OcclusionCullingSceneManager/TestCulling/TerrainContentGenerator.cpp @ 44

Revision 44, 295 bytes checked in by mattausch, 19 years ago (diff)

implementation for terrain + octree scenemanager

Line 
1/**
2    \file
3        TerrainContentGenerator.cpp
4    \brief
5        Creates content for the terrain,
6*/
7
8#include "TerrainContentGenerator.h"
9
10//-----------------------------------------------------------------------
11TerrainContentGenerator::TerrainContentGenerator( void )
12{
13}
14
Note: See TracBrowser for help on using the repository browser.