Terrain.cpp
资源名称:虚拟地形建模.rar [点击查看]
上传用户:dfjhuyju
上传日期:2013-03-13
资源大小:11035k
文件大小:1k
源码类别:
OpenGL
开发平台:
Visual C++
- // Terrain.cpp: implementation of the CTerrain class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "LiFeng.h"
- #include "Terrain.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CTerrain::CTerrain()
- {
- }
- CTerrain::~CTerrain()
- {
- }