搜索资源列表
VolRen
- 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
openGL-13
- 用qt编写的旋转的立方体,有光照和纹理。-Qt prepared rotating cube,light and texture.
SimpleGL+DrawCircle
- This opengl code is based on qt framework. It basically opens widget and draws circle by using qt and opengl member functions.
Cload3ds
- 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
Qt_OpenGL
- 利用Qt和OpenGl实现三维空间中移动位图以及如任何在旋转的物体上贴图并打上光线以及融合(透明)处理等。-OpenGl implementation using Qt and moving three-dimensional space and if any of the bitmap object in the rotating map and marked with light and the integration of (transparent) treatment.
QTPopenglPVC6
- VC6和QT联合开发的OpenGL例子,QT是一个很好的界面开发工具-VC6 OpenGL examples of joint development and QT, QT is a good interface development tool.
Cube
- 基于QT平台的3D魔方,利用OPENGL库函数,魔方是3X3阶 能自由和手控旋转 有背景图片和音乐-OPENGL library functions, based on the the QT platform for 3D Cube, Rubik' s Cube 3X3 order freely and hand control rotating background images and music
Opengl
- OpenGL基于QT环境下的编程代码。测试通过。-OpenGL environment based on QT programming code. The test is passed.
myOpenGL
- Qt实现OpenGL 三维动态图像的显示,主要是模拟三维图像的显示。-Qt OpenGL 3D dynamic image display, simulated three-dimensional image display.
textures
- QT跨平台 opengl 3D 图形显示-QT opengl 3D graphics
QtPOpenGL
- 在qt中是使用OpenGL的教程,绘制超逼真的3D界面-In qt is using OpenGL tutorials, ultra-realistic 3D rendering interface
test_all
- qt+nehe opengl的模版,比较简单的模版文件了-qt+nehe opengl template, relatively simple template files
著名的NEHE OPENGL
- 著名的NEHE OPENGL的QT版本,非常经典,3D图像和QT学习必备源码。值得新手学习。