3DTeapot.h
资源名称:Jhy3D.rar [点击查看]
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:1k
源码类别:
OpenGL
开发平台:
Visual C++
- // 3DTeapot.h: interface for the C3DTeapot class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_3DTEAPOT_H__83EA9195_B771_4D3B_9564_19CC406A432C__INCLUDED_)
- #define AFX_3DTEAPOT_H__83EA9195_B771_4D3B_9564_19CC406A432C__INCLUDED_
- #include "Vector3.h" // Added by ClassView
- #include "Material.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class C3DTeapot
- {
- public:
- void RenderWireTeapot();
- void RenderLightSolidTeapot();
- CMaterial m_matTeapot;
- void DrawWireTeapot();
- CVector3 m_position;
- float m_fRoundRadius;
- C3DTeapot();
- virtual ~C3DTeapot();
- };
- #endif // !defined(AFX_3DTEAPOT_H__83EA9195_B771_4D3B_9564_19CC406A432C__INCLUDED_)