summaryrefslogtreecommitdiff
path: root/hammer/optview3d.h
blob: 212b34f7d0cb2ad815bf413fbf2127393aab6298 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//
// OPTView3D.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// COPTView3D dialog

class COPTView3D : public CPropertyPage
{
	DECLARE_DYNCREATE(COPTView3D)

// Construction
public:
	COPTView3D();
	~COPTView3D();

// Dialog Data
	//{{AFX_DATA(COPTView3D)
	enum { IDD = IDD_OPTIONS_3D };
	CStatic	m_cBackText;
	CSliderCtrl	m_cBackPlane;
	CStatic	m_ModelDistanceText;
	CSliderCtrl	m_ModelDistance;
	CStatic	m_DetailDistanceText;
	CSliderCtrl	m_DetailDistance;
	CStatic	m_ForwardSpeedText;
	CSliderCtrl	m_ForwardSpeedMax;
	CStatic	m_TimeToMaxSpeedText;
	CSliderCtrl	m_TimeToMaxSpeed;
	//}}AFX_DATA

// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(COPTView3D)
	public:
	virtual BOOL OnApply();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	BOOL m_bOldFilterTextures;

	// Generated message map functions
	//{{AFX_MSG(COPTView3D)
	virtual BOOL OnInitDialog();
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};