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