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