搜索资源列表
Qt_OpenGL
- 本教程是从NeHe的OpenGL教程迁移过来的,代码变为Qt实现的。所以有的课程一时还没有实现成功,所以可能有些教程是跳跃的-This tutorial from NeHe' s OpenGL Tutorials migrated, the code is implemented into Qt. Therefore, some programs If we can not achieve success, so there may be some tutorials are jumpin
NeHe.OpenGL.Tutorial
- OpenGL编程基础教程,主要用于3D图形编程-OpenGL Programming Tutorial, mainly for 3D graphics programming
Qt_Opengl_NeHe
- NeHe的OpenGL教程,应用环境C++ GUI Qt4以及Visual C++ 2005-NeHe' s OpenGL tutorials, application environment C++ GUI Qt4 and Visual C++ 2005
opengl_qt_test
- 本次试验的目的很简单,只是显示一个窗口,可以通过F1键值来切换全屏显示和普通屏显示,并当按下ESE键时退出程序。窗口的颜色背景和透视效果(其实该试验都没用上)等用opengl来实现,主要是为后面的学习写了个框架,其实这里主要是重写了3个函数:initializeGL() paintGL() resizeGL() 这3个函数都是QGLWidget内部的虚函数。 本次试验是按照网络上NeHe写的最著名的opengl英文教程:http://nehe.gamedev.net/ 和对应的中文教程:ht
QtPOpenGL_for_Qt_4.5.3
- 网上找的NEHE QT openGL教程,感觉对于qt上的opengl学习还是蛮有提高的-Find online NEHE QT openGL tutorial, feel still quite improve on the qt opengl learning
nehe
- qt下opengl 三维图形显示,使用键盘可以旋转,初学opengl开发的的小程序,利用贴图,纹理。-Qt under opengl 3 d graphics display, keyboard can rotate, beginners opengl developed small procedures, use of texture, texture.
test_all
- qt+nehe opengl的模版,比较简单的模版文件了-qt+nehe opengl template, relatively simple template files
NeHe-OpenGL(Qt)
- Qt平台下的OPENGL开发示例程序,对初学者有很大的帮助,欢迎下载。-qt opengl examples
Qt_OpenGL_-Tutorial(chs)-
- Qt OpenGL 中文教程 (MS Word 文档格式)。 这个Qt OpenGL教程,每课的内容和NeHe是一样的
著名的NEHE OPENGL
- 著名的NEHE OPENGL的QT版本,非常经典,3D图像和QT学习必备源码。值得新手学习。