摘要:10-30更新: 重新传了下,原来的似乎没装vs2005不能运行,记得要把glut32.dll复制到system32下,再贴张截图初始房间为白色,最后一个房间为黑色,要找到黑色房间。Computer Graphics的作业,从文件读取房间位置。没有完成(能穿墙)下载
阅读全文
随笔分类 - Computer Graphics
摘要:makefile in cygwin CC = g++LDLIBS = -lGlut32 -lOpenGL32 -lGLU32 -lXmu -lX11 -lmINCLUDE = -L/usr/X11R6/lib -L/lib/w32apibase: base.cpp $(CC) -g $(INCLUDE) base.cpp $(LDLIBS) -o base makefile in ...
阅读全文
摘要:1/**//* drawline using simple DDA */ 2void DrawLine(int x1, int y1, int x2, int y2) 3{ 4 int x, y, hm=1, vm=1, sw=0, t; 5 double dx, edx, dy, edy, eps; 6 x = x2-x1; 7 y = y2-y1; 8 if ...
阅读全文

浙公网安备 33010602011771号