Welcome![Sign In][Sign Up]
Location:
Search - OpenGL library source code

Search list

[OpenGL programCAD_Book_CD

Description: 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application's generic OpenGL graphics category, the use of right - as technical design CAD software, such as the geometric kernel.
Platform: | Size: 2907155 | Author: 杨海锋 | Hits:

[OpenGL programopengl_mksw

Description: 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库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate / glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut - 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \\ vc7 \\ platformSDK under s
Platform: | Size: 74378 | Author: 周立 | Hits:

[GDI-Bitmappgllib_src

Description: PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes. The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code. PGL was originally using OpenGL to raster graphics but now it uses GDI+ (so you need to install Microsoft SDK to compile PGL).
Platform: | Size: 337714 | Author: xiongjie | Hits:

[OpenGL programCAD_Book_CD

Description: 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application's generic OpenGL graphics category, the use of right- as technical design CAD software, such as the geometric kernel.
Platform: | Size: 6579200 | Author: 杨海锋 | Hits:

[OpenGL programopengl_mksw

Description: 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库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[OpenGL programsourceCode

Description: 《OpenGL图形程序设计指南》源代码 用visual c++6.0开发的,附有OpenGL开发库- OpenGL graphics programming guide, the source code with visual c++ 6.0 development with OpenGL development library
Platform: | Size: 394240 | Author: 云中漫步 | Hits:

[OpenGL programogles-doc-0.83

Description: 嵌入式OpenGLES开发帮助,OpenGLES开发库包括头文件,动态链接库,编译链接库-Embedded Development OpenGLES help, OpenGLES Development Library including the header files, dynamic link libraries, compile-link library
Platform: | Size: 305152 | Author: 郭清文 | Hits:

[Special EffectsSegmentation

Description: 医学图象分割软件,使用了基于Min-Cut/Max-Flow开元方程库(可在http://www.adastral.ucl.ac.uk/~vladkolm/software.html下载最新版本) 做分割判断, 并使用cimg库读取dcm图片. 本部分源码只负责切出轮廓, 轮廓将在openGL端中输出. -Medical image segmentation software, the use of equations based on the Kaiyuan Min-Cut/Max-Flow library (available at http://www.adastral.ucl.ac.uk/ ~ vladkolm/software.html download the latest version) to do partition to judge, and use the library to read CIMG DCM picture. The source code is only responsible for part of the contour cut, contour in openGL output side.
Platform: | Size: 166912 | Author: zhou | Hits:

[OpenGL programOpenSceneGraph-2.4.0

Description: OSG仿真开发包2.4最新版源代码,OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及FreeBSD操作系统。 -OSG simulation Development Kit 2.4 the latest version of the source code, OpenSceneGraph is a high-performance 3D graphics library development. Widely used in visual simulation, games, virtual reality, high-end technology research and development, as well as modeling and other fields. Using the standard C++ And OpenGL prepared, you can run in the Windows series, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD operating systems.
Platform: | Size: 5540864 | Author: | Hits:

[GDI-Bitmappgllib_src

Description: PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software. In fact, with CView and CDialog derived classes, you can have your app display chart in 5 minutes. The aim of PGL is not to have a user-friendly environment but rather being able to generate any plot from the source code. PGL was originally using OpenGL to raster graphics but now it uses GDI+ (so you need to install Microsoft SDK to compile PGL).
Platform: | Size: 336896 | Author: xiongjie | Hits:

[Graph programCoin-3.0.0.ZIP

Description: Coin3D库源代码,开源, 与Open Inverter兼容-Coin is an OpenGL based, retained mode 3D graphics rendering library. It is implemented in C++ and publicly released with the source code open for your perusal. The application programmer s interface (API) is fully compatible with SGI s Open Inventor, the de facto standard 3D graphics API for complex visualization applications.
Platform: | Size: 8349696 | Author: caiguos | Hits:

[OpenGL programmElite-97-41

Description: 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.
Platform: | Size: 408576 | Author: Stephen Hawking | Hits:

[OpenGL programopenGL

Description: 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 source code.
Platform: | Size: 2243584 | Author: 毕泽修 | Hits:

[OpenGL programSGI.OPENGL.SOURCE.RAR

Description: 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.
Platform: | Size: 2877440 | Author: lijshu | Hits:

[OpenGL programopenGL-Development

Description: OpenGL是一个图形硬件的软件接口(“GL”即Graphics Library)。这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 OpenGL 实用库(OpenGL Utility Library,GLU)和对X窗口系统的OpenGL扩展,为OpenGL提供了有用的支持特性和完整的OpenGL核心函数集。本书详细介绍了这些函数的功能。 包括开发库,近30几个VC源代码例子-OpenGL is a graphics hardware software interface (" GL" is Graphics Library). This interface contains hundreds of functions, graphics programmer can use these function to specify the design of high-quality three-dimensional color images of objects and operations needed. Many of these functions are actually simple deformation of other functions, so in fact it contains only about 180 or so completely different function. OpenGL Utility Library (OpenGL Utility Library, GLU) and the X window system, OpenGL extensions, the OpenGL provides a useful support OpenGL core features and a complete set of functions. This book describes in detail the function of these functions. Including the development of libraries, nearly 30 examples of the source code of several VC
Platform: | Size: 3598336 | Author: 蔡孟超 | Hits:

[OpenGL programVideoTexture_src

Description: 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 OpenCV image can be converted into OpenGL texture. This code can be used as the first step in the development of an Augmented Reality application using OpenCV and OpenGL.
Platform: | Size: 4096 | Author: tareky | Hits:

[OpenGL programopengl

Description: 全面详细地介绍opengl图形库在vc中的应用,基本覆盖所有与图形相关的操作,并有详细的源代码。-Full details on opengl graphics library in vc application, covering all graphics-related operations, and a detailed source code.
Platform: | Size: 593920 | Author: Inspire | Hits:

[OpenGL programNehe-OpenGL

Description: Nehe编写的opengl电子教程 以及源代码,glut库,方便学习,参考-Written in opengl Nehe electronic tutorials and source code, glut library to facilitate learning, reference
Platform: | Size: 14733312 | Author: 张宏伟 | Hits:

[Game Server Simulator1.2.9-vcSDL

Description: 是一个用来写多媒体软件源码的多平台库, 通过多平台对一般 音频, 键盘, 鼠标, 手柄, 3D OpenGL硬加速, 2D framebuffer 进行支持的API,常用于游戏源码与模拟器源代码。-Is a software source code used to write multi-platform multimedia library, usually through a multi-platform audio, keyboard, mouse, joystick, 3D OpenGL hardware acceleration, 2D framebuffer to support the API, commonly used in the game and simulator source code.
Platform: | Size: 2879488 | Author: 认可 | Hits:

[3D GraphicFlowing-Fountain

Description: Butterfly flying simulation opengl achieve texture mapping te Point cloud data were displayed, OpenGL implementation model based opengl an image production, dynam The template code, can realize th Opengl achieve the collision with Use opengl draw cubes, and add ph This is my car fire procedures, i caculated passive Q-switch Set up two sources, one is blue d Use opengl draw cubes, cones, sph A Computer Graphics Program on Tr Devoted to OpenGL programming tec A graphical clock, hour and minut Unity3D terrain conversion code f use OpenGL 3D painting of a ball use OpenGL, prepared by the VC C, OpenGL Super Bible eBook fourth. Opengl realize the use of a simpl VC++ Opengl realize the building The sourcecode for OpenGL library NeHe OpenGL tutorial, source code Based on VC 6.0 and OpenGL achiev An system which is based on OpenG contains magic and inflating ball
Platform: | Size: 5120 | Author: giang tuấ n | Hits:
« 12 »

CodeBus www.codebus.net