搜索资源列表
glut-3.7.6-bin.zip
- OPENGL 3.7.6 头文件 包含glut.h glut32.dll 等等
opengl_mksw
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
glut-3.7.6-bin
- glut-3.7.6-bin的源代码-glut - 3.7.6-bin source code
OpenGL_ActiveX
- opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装
glut-3.7.6-src
- openGl OPENGL for linux
glut-3.7.6-bin
- vc中打开图像文件时所需要的opengl库以及含有的使用说明
glut-3.7.6
- glut-3.7.6开发实例,含用法及几十个小例程。很好用
径向基函数插值可视化
- 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
glut-3.7.6-src
- VC算法,包括源文件,使用opengl开发,效果明显 -VC algorithm, including the source file, use opengl development, the effect of significantly
glut
- glut-3.7.6-bin。对于OpenGL初学者,你可能要先配置一下自己的vc环境。将"glut.h"放置在"..\Microsoft Visual Studio\VC98\Include\GL\"目录下;将“glut32.lib”放置在"..\Microsoft Visual Studio\VC98\Lib\"目录下;将"glut32.dll"放置在"C:\windows\system32\"目录下-glut-3.7.6-bin. OpenGL for beginners, you may
glut-3.7.6-bin
- glut实用库的windows文件,供大家学习-lib for glut
glust-official-latest-glut-3.7.6-bin
- openGL中glust最新的版本的库,头文件,动态链接库-glust the latest version of the library, header files, dynamic link library
proj1
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。 使用Visual Studio C++编译已有项目工程,并修改代码生成以下图形: 在此基础上,修改各顶点颜色,使得每个顶点颜色不一样,多边形内部颜色渐变。 操作方法和实验步骤: 1.使用GL_POLYGON模式绘制白色的多边形,由于所绘多边形为凹多边形,故从最左上角的点开始绘制,以防得到不可预测的图形。注意求得各凹角(refl
GLAux
- glaux lib&header glut 3.7.6 for opengl dev havn t include "glaux". so, I upload it for who need it.
glut-3.7.6-bin
- opengl的开发包,glut。可以安装到windows下,然后根据包中的配置。可以再vc等开发工具中使用。-glut-3.7.6-bin.rar
glut-3.7.6-binVCPP2008
- opengl的一个库及使用说明文档 希望可以相互学习-use in opengl you can down it
glut-3.7.6-bin
- OPENGL 3.7.6 头文件 包含glut.h glut32.dll -OPENGL 3.7.6 header files contain glut.h glut32.dll
Flag
- 在Windows系统中,安装GLUT库:打开glut-3.7.6-bin.zip,取出glut.h,glut32.lib,glut32.dll,分别放置。使用Visual Studio C++编译项目工程,并修改代码生成一个五星红旗。-Windows system, install the GLUT library: Open glut-3.7.6-bin.zip is remove glut.h, glut32.lib glut32.dll were placed. Use the Visu
glut-3.7.6-src
- 这是一款能够自动配置OPENGL环境的程序,只需对程序进行编译,即可完成环境配置。-This is a automatically configuration OPENGL program, just need to compile program, can complete environment configuration.
glut-3.7.6-src
- The OpenGL Utility Toolkit (GLUT), originally written by Mark Kilgard, ported to Win32 (Windows 95,98,Me,NT,2000,XP) by Nate Robins. For more information check out the README-win32.txt provided in the distribution for installation instructions, and W