DlgTeapotSet.h
资源名称:Jhy3D.rar [点击查看]
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:2k
源码类别:
OpenGL
开发平台:
Visual C++
- #if !defined(AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_)
- #define AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgTeapotSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgTeapotSet dialog
- class CDlgTeapotSet : public CDialog
- {
- // Construction
- public:
- CDlgTeapotSet(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgTeapotSet)
- enum { IDD = IDD_DIALOG2 };
- CString m_dlg_Ambient0;
- CString m_dlg_Ambient1;
- CString m_dlg_Ambient2;
- CString m_dlg_Diffuse0;
- CString m_dlg_Diffuse1;
- CString m_dlg_Diffuse2;
- CString m_dlg_Specular0;
- CString m_dlg_Specular1;
- CString m_dlg_Specular2;
- CString m_dlg_Emission0;
- CString m_dlg_Emission1;
- CString m_dlg_Emission2;
- CString m_dlg_Shininess;
- float m_teapot_tx;
- float m_teapot_ty;
- float m_teapot_tz;
- float m_teapot_radius;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgTeapotSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgTeapotSet)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGTEAPOTSET_H__21209231_6D5C_4E7F_A35D_8D7E12E4D78C__INCLUDED_)