Go to the source code of this file.
Defines | |
#define | RCOL 100 |
#define | FACTOR 0.9 |
Functions | |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
long | _RenderImageProcess (char *PrmList, XIMAGE *lpXimage) |
long | _RenderGLexternal (char *PrmList, XIMAGE *lpXimage) |
BOOL CALLBACK | DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
char * | _SetExternalParameters (char *Op, HWND hWnd, long ruler, char *name, X__MEMORY_MANAGER *lpEVI) |
Variables | |
int | prob = 20 |
long | angle = 0 |
int | speed = 5 |
#define RCOL 100 |
#define FACTOR 0.9 |
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 55 of file RAIN.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, and TRUE.
long _RenderImageProcess | ( | char * | PrmList, | |
XIMAGE * | lpXimage | |||
) |
Definition at line 83 of file RAIN.C.
References B, double, FACTOR, G, min, prob, R, RCOL, Renderer_XIMAGE_tag::Screen, speed, Renderer_XIMAGE_tag::this_frame, Renderer_XIMAGE_tag::Xmax, and Renderer_XIMAGE_tag::Ymax.
BOOL CALLBACK DlgProc | ( | HWND | hwnd, | |
UINT | msg, | |||
WPARAM | wparam, | |||
LPARAM | lparam | |||
) |
char* _SetExternalParameters | ( | char * | Op, | |
HWND | hWnd, | |||
long | ruler, | |||
char * | name, | |||
X__MEMORY_MANAGER * | lpEVI | |||
) |
int prob = 20 |
long angle = 0 |
Definition at line 306 of file RAIN.C.
Referenced by _ExternalTextureProcedure(), _PreviewExternalEffect(), _RenderExternalEffect(), _RenderImageProcess(), _SetExternalParameters(), _Xmodeler(), AutoFacetCurveWithHoles(), and Spin().
int speed = 5 |
Definition at line 307 of file RAIN.C.
Referenced by _PreviewExternalEffect(), _RenderExternalEffect(), and _RenderImageProcess().