OpenGL彩色立方体旋转动画
OpenGL动画,实现运动彩色立方体旋转,OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示,运行可以实现-OpenGL animation, to achie
本专区汇聚了各类基于 OpenGL 开发的源码资源,共计 1000 篇资源供开发者免费下载学习。
OpenGL动画,实现运动彩色立方体旋转,OpenGl动画主要是通过提供的双缓存实现。一个用来作图,一个用来显示,运行可以实现-OpenGL animation, to achie
计算机图形学opengl旋转的金字塔-computer graphics opengl rotating pyramid
计算机图形学opengl-computer graphics opengl
用 Opengl 做的-do with Opengl
在Visual Studio 2008下使用OpenGL图形技术绘制钻石图案的代码-in the Visual Studio 2008 ,using OpenGL for grap
使用OpenGL画3D图形的简单例子,通过此代码可以很直接的学习画3D图形,用中文注释-3D graphics using OpenGL drawing of a simple e
opengl vc
Examples of opengl program
创建OpenGL窗口的基本代码,自己觉得很有用,与大家分享。-Create OpenGL window for the basic code, feel useful, to sh
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库-a cad on opengl application of a g
使用OpenGL读取3DS文件的示例代码,可以旋转,可以运行 -3DS file to read using the OpenGL sample code, you can r
用opengl实现机械手臂,参考opengl红宝书,主要难点在于矩阵堆栈的理解和使用