搜索资源列表
OpenGLExample
- vc++图形学示例程序-vc graphics sample program
Boids
- 一个基于VC++的OpenGL示例程序,主要是Boids的演示-a VC-based OpenGL sample program, the demonstration is Boids
OPENGLcaisheyuanhuanshili
- OPENGL彩色圆环编程示例程序源代码,use openGL 所编写-OpenGL Programming sample program source code, prepared by the use openGL
zzyOpenGLTest
- 一个最基础的OpenGL示例程序,非常适合熟悉VC,但未接触过OpenGL的朋友学习.展示的动画效果明晰.-one of the most basic procedures OpenGL examples, very familiar with the appropriate VC, but not come into contact with the OpenGL friends learning. The animation display clarity.
simple_snow
- 利用vc++和openGL开发的一个简单的飘落着雪花的示例程序。
line.tar
- 利用python和glu, glut库写的一个OpenGL的示例程序。
hudie
- OpenGL課上老師的示例程序.一個蝴蝶飛舞的OpenGL屏幕保護
ControlLight
- VTK Light控制示例程序,适合于VTK初学者
法线示例程序
- opengl例子-opengl
osg-sample-about-terrain
- osg示例程序解析之osgterrain-osg sample application resolves the osgterrain
MFC_Graphics
- 一个读取Stl文件并做平移、旋转、缩放的示例程序 在MFC框架下使用OpenGL编程 -Stl file and do a read translation, rotation, scaling the sample program to use OpenGL in MFC programming framework
HelloGlut
- 用GLUT库进行OpenGL程序开发的示例程序,运行前请将glut32.dll放入c:\windows\system目录下-An example for using GLUT to draw a quad.
tutors-win32
- 很好的openGL光照模型、纹理贴图示例程序,可以动态变换参数,实时反映在图形中-Good openGL lighting model, texture mapping example program, you can dynamically change parameters in real time is reflected in the graph
glut
- 简单的GLUT库示例程序,生成一个三维镂垫图案,颜色为随机,能够实现颜色切换、视图切换和拾取、拖动功能-GLUT library simple example program to generate a three-dimensional engraving and pad design, color is random, to achieve the color switch, switch and pick up the view, drag the features
chapt01
- openGL 超级宝典 第一章的示例程序-Super Baodian openGL examples of procedures for Chapter
ogre-sample
- ogre的简单的示例程序 完成了模型导入和动画功能-ogre simple examples of procedures to complete the model import and animation features
OpenGL
- opengl模板函数,适用于初学者,简单的示例程序让您轻松入门-opengl model function
Reflection
- Iphone手机开发的关于OpenGL、2D图形设计的示例程序,可以直接用X-code开发工具和Iphone模拟器运行。-Iphone mobile phone about the development of OpenGL, 2D graphic design of the sample programs can be directly used for X-code development tools and Iphone simulator is running.
GLGravity
- Iphone手机开发的关于OpenGL、2D图形设计的示例程序,可以直接用X-code开发工具和Iphone模拟器运行。-Iphone mobile phone about the development of OpenGL, 2D graphic design of the sample programs can be directly used for X-code development tools and Iphone simulator is running.
纹理贴面算法示例程序
- 许多游戏和模拟程序,经常使用大纹理作为墙壁、地板或地形。大纹理占用较大的存储空间,在载入和渲染其间也会消耗大量带宽,由于大多数显卡都会给单个纹理大小设置上限。本文是基于这些纹理的这些问题,在压缩纹理之外给出的一种解决方案:纹理贴面(title)的演示程序。