#include "Volumizer.h"
Go to the source code of this file.
Defines | |
#define | TOOL_HEIGHT 36 |
#define | TOOL_HEIGHT 36 |
Functions | |
void | InitOptions () |
volumizer option structure | |
BOOL CALLBACK | OptionsProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
options | vol_opts |
#define TOOL_HEIGHT 36 |
#define TOOL_HEIGHT 36 |
void InitOptions | ( | ) |
volumizer option structure
Initialize the options with default values
Definition at line 14 of file Options.cpp.
References vol_opts.
Referenced by _tWinMain().
BOOL CALLBACK OptionsProc | ( | HWND | hDlg, | |
UINT | message, | |||
WPARAM | wParam, | |||
LPARAM | lParam | |||
) |
Window procedure for the options dialog.
fill the UI with the current option values
grab all entered values, and place them in the options structure
rerender the pic
Definition at line 25 of file Options.cpp.
References IDC_GRADSTEP, IDC_JITTER, IDC_MODE_FULL, IDC_MODE_MIP, IDC_STEPSIZE, RayRender(), and vol_opts.
Referenced by WndProc().
options vol_opts |
Implements the options dialog box
Definition at line 9 of file Options.cpp.
Referenced by GetGradient(), InitOptions(), OptionsProc(), and ShootRay().