DlgLightSet.h
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. #if !defined(AFX_DLGLIGHTSET_H__05D7613E_0FBA_4FBB_A8D6_C0203E4C6C54__INCLUDED_)
  2. #define AFX_DLGLIGHTSET_H__05D7613E_0FBA_4FBB_A8D6_C0203E4C6C54__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgLightSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgLightSet dialog
  10. class CDlgLightSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgLightSet(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgLightSet)
  17. enum { IDD = IDD_DIALOG1 };
  18. CString m_dlg_Ambient0;
  19. CString m_dlg_Ambient1;
  20. CString m_dlg_Ambient2;
  21. CString m_dlg_Diffuse0;
  22. CString m_dlg_Diffuse1;
  23. CString m_dlg_Diffuse2;
  24. CString m_dlg_Specular0;
  25. CString m_dlg_Specular1;
  26. CString m_dlg_Specular2;
  27. CString m_dlg_Position0;
  28. CString m_dlg_Position1;
  29. CString m_dlg_Position2;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CDlgLightSet)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CDlgLightSet)
  41. // NOTE: the ClassWizard will add member functions here
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_DLGLIGHTSET_H__05D7613E_0FBA_4FBB_A8D6_C0203E4C6C54__INCLUDED_)