Go to the source code of this file.
Defines | |
#define | frac(z) fmod(z,1.0) |
#define | DIST(i, j) sqrt((double)i * (double)i + (double)j * (double)j) |
Functions | |
BOOL WINAPI | DllMain (HANDLE hDLL, DWORD dwReason, LPVOID lpReserved) |
double | Grad (double x, double y1, double y2, int x1, int x2) |
void | DrawInBuffer (fullscreenbuffer *Screen, int Xmax, int Ymax, int x, int y, unsigned char v) |
void | DrawAApixel (double x, double y, double w, double h, double C, fullscreenbuffer *S, int X, int Y) |
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) |
Definition at line 124 of file SUPRNOVA.C.
#define DIST | ( | i, | |||
j | ) | sqrt((double)i * (double)i + (double)j * (double)j) |
Definition at line 177 of file SUPRNOVA.C.
BOOL WINAPI DllMain | ( | HANDLE | hDLL, | |
DWORD | dwReason, | |||
LPVOID | lpReserved | |||
) |
Definition at line 53 of file SUPRNOVA.C.
References DLL_PROCESS_ATTACH, DLL_PROCESS_DETACH, FALSE, and TRUE.
double Grad | ( | double | x, | |
double | y1, | |||
double | y2, | |||
int | x1, | |||
int | x2 | |||
) |
void DrawInBuffer | ( | fullscreenbuffer * | Screen, | |
int | Xmax, | |||
int | Ymax, | |||
int | x, | |||
int | y, | |||
unsigned char | v | |||
) |
Definition at line 110 of file SUPRNOVA.C.
void DrawAApixel | ( | double | x, | |
double | y, | |||
double | w, | |||
double | h, | |||
double | C, | |||
fullscreenbuffer * | S, | |||
int | X, | |||
int | Y | |||
) |
long _RenderImageProcess | ( | char * | PrmList, | |
XIMAGE * | lpXimage | |||
) |
Definition at line 292 of file SUPRNOVA.C.
References Renderer_LIGHT_tag::AnimatorID, DIST, double, DUMMYL, FALSE, Renderer_XIMAGE_tag::first_frame, Renderer_XIMAGE_tag::Frame, Renderer_XIMAGE_tag::last_frame, Renderer_XIMAGE_tag::Lights, Renderer_XIMAGE_tag::Nlights, Renderer_LIGHT_tag::p, Renderer_XIMAGE_tag::Screen, Renderer_XIMAGE_tag::this_frame, TransformIntoView(), TRUE, Renderer_LIGHT_tag::type, type, Renderer_XIMAGE_tag::ViewTransform, Renderer_XIMAGE_tag::Xmax, Renderer_XIMAGE_tag::Xscale, Renderer_XIMAGE_tag::Ymax, Renderer_XIMAGE_tag::Yscale, and Renderer_XIMAGE_tag::Zbuffer.
long _RenderGLexternal | ( | char * | PrmList, | |
XIMAGE * | lpXimage | |||
) |
Definition at line 448 of file SUPRNOVA.C.
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 | |||
) |
Definition at line 462 of file SUPRNOVA.C.
References CALL_FREE, CALL_MALLOC, DLG_SUPRNOVA, DlgProc(), double, FALSE, and type.