Normal.h
上传用户:hkb425
上传日期:2007-06-16
资源大小:34191k
文件大小:1k
- // Normal.h: interface for the CNormal class.
- //作者:吴雪平 2002-6-17日修改
- //用于地形光照的法向量
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_)
- #define AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CNormal
- {
- public:
- CNormal();
- virtual ~CNormal();
- float m_3dENormal[360][3];
- };
- #endif // !defined(AFX_NORMAL_H__32731B81_4718_11D6_812C_5254AB37CDC9__INCLUDED_)