摘要:
1 glPixelStore http://www.zwqxin.com/archives/opengl/opengl-api-memorandum-2.html2 depth clamping glEnable(GL_DEPTH_CLAMP); A more reasonable mechanism isdepth clamping. What this does is turn off camera near/far plane clipping altogether. Instead, the depth for these fragments are clamped to the [- 阅读全文
摘要:
电脑启动过程系统开机或者重启。BIOS 加电自检 ( Power On Self Test -- POST )。BIOS执行内存地址为 FFFF:0000H 处的跳转指令,跳转到固化在ROM中的自检程序处,对系统硬件(包括内存)进行检查。读取主引导记录(MBR)扇区。当BIOS检查到硬件正常并与 CMOS 中的设置相符后,按照 CMOS 中对启动设备的设置顺序检测可用的启动设备。BIOS将相应启动设备的第一个扇区(也就是MBR扇区)读入内存地址为0000:7C00H 处。检查0000:7DFEH-0000:7DFFH(MBR的结束标志位)是否等于 AA55H,若不等于则转去尝试其他启动设备,如 阅读全文
摘要:
http://www.cppblog.com/guojingjia2006/archive/2009/01/08/68874.html OpenGL vs2010中碰到的配置问题,网上找了下,以下和我碰到的一样,可以解决,感谢作者 unresolved external symbol __imp____glutInitWithExit@12 unresolved external symbol __imp____glutCreateWindowWithExit@8 I have the folling files in the following locations: - glut.h glu 阅读全文