计算机图形学入门,绘图方式
现在计算机图形学刚开始,暂时还不知道怎么绘图,使用cpp语言。上网查怎么用cpp绘图发现有很多的方案,比如ege, opengl, qt, visual cpp等等,所以哪…
glOrtho 和 glulookAt有顺序要求?
我交换这两个函数的顺序显示的效果不一样? #include #include #include #include using namespace std; GLsizei winWidth = 600, winHeight = 600;/…
OpenGL报错pixel format with necessary capabilities not found
#include #include #include int g_width = 800; int g_height = 600; int nStep = 200; const GLfloat a = 0.6f, b = 0.3f; const GLfloat Pi = 3.14…
Mac 下纹理库 SOIL 的问题
学习OpenGL纹理时,下载了SOIL图像加载库来处理图像,但是不支持64位Mac,重新添加-m64选项来make一遍,无奈,链接依然有错,报错:Undefined symbols…
- 共 1 页
- 1