Normal.h
上传用户:hkb425
上传日期:2007-06-16
资源大小:34191k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // Normal.h: interface for the CNormal class.
  2. //作者:吴雪平  2002-6-17日修改
  3. //用于地形光照的法向量
  4. //////////////////////////////////////////////////////////////////////
  5. #if !defined(AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_)
  6. #define AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CNormal  
  11. {
  12. public:
  13. CNormal();
  14. virtual ~CNormal();
  15. float     m_3dENormal[360][3];
  16. };
  17. #endif // !defined(AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_)