搜索资源列表
-
4下载:
王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development techn
-
-
0下载:
opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。
本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h,
glu.h
glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。
实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。
glut库的安装
-
-
0下载:
OpenGL类库源码 ,The sourcecode for OpenGL library
-
-
0下载:
Nehe编写的opengl电子教程 以及源代码,glut库,方便学习,参考-Written in opengl Nehe electronic tutorials and source code, glut library to facilitate learning, reference
-
-
0下载:
This a SDL OpenGL port of the Elite New Kind Source Code. Original version used the Allegro games library.-This is a SDL OpenGL port of the Elite New Kind Source Code. Original version used the Allegro games library.
-
-
0下载:
OpenGL (Open Graphics Library) 是一个针对图形硬件的软件接口。本文件包含适合初学者学习OpenGL的ppt,以及相关的C源代码。-OpenGL (Open Graphics Library) is a software interface for graphics hardware. This document contains suitable for beginners to learn OpenGL, ppt, and the associated C sou
-
-
1下载:
SGI 开发的OpenGL 核心库 源代码
注意:不是OpenGL应用程序代码,是类似于opengl32.dll的源代码,极具参考价值。-SGI OpenGL development of the core library source code Note: Not OpenGL application code, source code is similar to opengl32.dll, great reference value.
-
-
0下载:
OpenGL是一个图形硬件的软件接口(“GL”即Graphics Library)。这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 OpenGL 实用库(OpenGL Utility Library,GLU)和对X窗口系统的OpenGL扩展,为OpenGL提供了有用的支持特性和完整的OpenGL核心函数集。本书详细介绍了这些函数的功能。
包括开发
-
-
0下载:
This short program shows how a live video stream from a web cam (or from a video file) can be rendered in OpenGL as a texture. The live video stream is captured using the Open Source Computer Vision library (OpenCV). The program also shows how an Ope
-
-
0下载:
全面详细地介绍opengl图形库在vc中的应用,基本覆盖所有与图形相关的操作,并有详细的源代码。-Full details on opengl graphics library in vc application, covering all graphics-related operations, and a detailed source code.
-
-
0下载:
该文件非源码,而是opengl开发库,主要帮助上述代码顺利完成编译和运行-The non-source documents, primarily to help the code compiles and runs successfully completed
-
-
0下载:
基于opengl的简单场景绘制,以及支持鼠标、键盘操作的漫游功能。-Files: Main.cpp (The Source File containing the main program code)
Init.cpp (The Source File containing the Win32 and OpenGL initialization code)
Camera.cpp (The Source File containing the camera implementati
-
-
0下载:
使用opengl库函数编写的用于显示各种基本图形图像的程序源代码,对于初学者来说是极好的学习资料-Prepared using the opengl library functions used to display graphic images of basic source code, is excellent for beginners learning materials
-
-
0下载:
opengl的扩展库glew,包含源码与连接库,2013年更新,版本至1.10-opengl extensions library glew, including source code and link library, 2013 updated to version 1.10
-
-
0下载:
代码为利用开源计算机图形学库OPENGL生成球体三维图像的程序-The use of open source code for the computer graphics library OPENGL sphere three-dimensional image generation program
-