C:/Users/thebigMuh/Documents/Visual Studio 2005/Projects/Volumizer/Volumizer/Options.h

Go to the documentation of this file.
00001 
00002 // Options.h
00004 
00005 #include "Volumizer.h"
00006 
00007 #ifndef __OPTIONS_H__
00008 #define __OPTIONS_H__
00009 
00013 struct options
00014 {
00015         float           stepsize;               
00016         float           jitter;                 
00017         float           gradstep;               
00018 
00019         int                     rendermode;             
00020 };
00021 
00022 #define MODE_FULL               0               
00023 #define MODE_MIP                1               
00024 
00025 extern options vol_opts;
00026 
00027 void InitOptions();
00028 BOOL CALLBACK OptionsProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
00029 
00030 #endif //__OPTIONS_H__

Generated on Wed Dec 5 12:07:30 2007 for Volumizer by  doxygen 1.5.4