Dlg3dBoxMaterialSet.h
资源名称:Jhy3D.rar [点击查看]
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:2k
源码类别:
OpenGL
开发平台:
Visual C++
- #if !defined(AFX_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_)
- #define AFX_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Dlg3dBoxMaterialSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlg3dBoxMaterialSet dialog
- class CDlg3dBoxMaterialSet : public CDialog
- {
- // Construction
- public:
- CDlg3dBoxMaterialSet(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlg3dBoxMaterialSet)
- enum { IDD = IDD_DIALOG4 };
- 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;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlg3dBoxMaterialSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlg3dBoxMaterialSet)
- // 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_DLG3DBOXMATERIALSET_H__BF2794F4_5095_44E7_9542_3C7A5BD43177__INCLUDED_)