搜索资源列表
Visual C++高级编程技术-OPENGL篇
- 详细讲解了OpenGL绘图的原理与方法并附着大量代码。-detailed account of the principle of OpenGL graphics with a large number of methods and attach code.
Opengl Skeleton C Source Code
- Opengl Skeleton C Source Code
view3ds
- 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和 *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()
Visual C++ 高级编程技术OpenGL篇
- 《 Visual C++ 高级编程技术OpenGL篇 》程序源代码-"High Visual C programming OpenGL chapter" source code
nehegl_csharp
- 这是Nehe的用C#写的Opengl代码演示-This is the C# code written presentation Opengl
exConsole
- 本程序是C++代码,使用线条进行简单的openGL三维模型绘制,程序为C++ 控制台程序,可直接运行-this program is C code, the use of simple lines of Open GL 3D model drawing, procedures for the C console procedures can run
Visual C++ 高级编程技术OpenGL篇 》程序源代码
- Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-Visual C programming OpenGL chapter "source code with a special three-dimensional images open, preservation, compression, rendering the source of great value
ogl_solidnode_bsp墙壁
- 本代码主要是介绍了一个基于opengl开发环境的c++代码,主要生成的是门的形状.-this is the main source of a development environment based on opengl c code, the main formation in the shape of the door.
ogl_color_key门
- 本程序是基于opengl开发环境的c++代码,主要是生成门的图形.-opengl development environment based on the c code, the main door is generated graphics.
ogl_vertex_data转动的正方体的融合
- 本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
ogl_texture_blending融合
- 本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
ogl_tokamak_chain下滑的链条
- 本代码是基于opengl平台而生成的c++代码,主要表现了一个3d的动态的下掉的链条.-the code is based on opengl platform and the c code generation, mainly 3d performance of a dynamic swap under the chain.
RayTrace.rar
- 用C++编写的基于OPengl的代码,实现光线跟踪,欢迎大家下载并修改指正!,With C++ Prepared opengl based on the code, the realization of ray tracing, are welcome to download and amend the correction!
simple.c
- 一个简单网状球体代码,适合opengl初学者-A simple mesh ball code, for opengl beginner
OBJLOADER
- OpenGL 读取和显示 obj文件 源码-Obj file to read and display the OpenGL source code
fire
- 水纹火焰岩浆算法 c++代码,效果很不错,希望对大家有帮助-Flame Algorithm水纹magma c++ Code, the effect is pretty good, I hope all of you help
nsga2code
- Genetic algorithm for multi objective code with C++.This GAs uses the Pareto method.
ogl_tokamak_stack下掉的方块
- 本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.-this program is based on the 3d opengl c code, which is the three-dimensional display of the swap under the sheet.
OlympicGL
- 使用Visual C++6.0继承开发环境,基于OpenGL动态绘制奥林匹克五环标志的一个小源码。代码只有一个C语音源文件。算法相对简单-The use of Visual C++ 6.0 development environment, inheritance, dynamic rendering based on OpenGL Olympic rings logo, a small source. There is only one voice C code source file. Rel
Opengl3d_cai
- 《学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。 《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。 《学OpenGL编3D游戏》的教学辅助系统CAI由四大块组成: A、程序要点说明 B、程序编制演示 C、程序运行效果 D、源程序- Learning OpenGL made 3D game