본문내용
#include
#include
#include
#define WIDTH 500
#define HEIGHT 500
unsigned char mandelbrot[HEIGHT][WIDTH];
GLint TopLeftX, TopLeftY, BottomRightX, BottomRightY;
GLdouble h = 2, w = 2, cx = -0.5, cy = 0;
int iter = 200;
int flag=0;
#include
#include
#define WIDTH 500
#define HEIGHT 500
unsigned char mandelbrot[HEIGHT][WIDTH];
GLint TopLeftX, TopLeftY, BottomRightX, BottomRightY;
GLdouble h = 2, w = 2, cx = -0.5, cy = 0;
int iter = 200;
int flag=0;
소개글