搜索资源列表
opengl 实用技巧
- opengl 实用技巧,介绍一些简单的常识。
OpenGL_sample_easy
- OpenGL编程轻松入门之一个简单的例子,从这个例子我们可以看到OpenGL可以做什么,当然这个例子只做了很简单的一件事--绘制一个彩色的三角形。除此以外,我们还可以看到典型的OpenGL程序结构及openGL的运行顺序。-OpenGL programming easy entry of a simple example, from this example we can see what OpenGL can do, of course, this example only a very si
shangchuan
- 简单的透明 OpenGL中的绝大多数特效都与某些类型的(色彩)混合有关。混色的定义为,将某个象素的颜色和已绘制在屏幕上与其对应的象素颜色相互结合。至于如何结合这两个颜色则依赖于颜色的alpha通道的分量值,以及/或者所使用的混色函数。Alpha通常是位于颜色值末尾的第4个颜色组成分量。-A simple and transparent in the vast majority of OpenGL effects are related to certain types of (color) Mi
OpenGl
- OpenGL 简单金字塔与十字架就是初学者运用的。-OpenGL Very good it is better than very thing
cameraroaming
- 这是一个简易的Opengl程序,是简单的一个三维摄像机漫游程序,适合初学者。-This is a simple Opengl program is a simple three-dimensional camera roaming procedure, suitable for beginners.
1
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟 -!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensiona
OpenGL-entry
- opengl入门实例教程,适合初学者,介绍了opengl,简单的opengl编程思维-the opengl Getting Started tutorial examples, suitable for beginners, opengl, opengl programming thinking
Animal
- 使用opengl画出一个简单的小动物,并且不会随着窗口变形-To use opengl draw a simple small animals, and will not end with window deformation
Computer-graphics-test-instruction
- 基于MFC的OpenGL编程,简单的实现了绘制茶壶,三维长方体的绘制,相应键盘操作转动及茶壶和长方体的纹理映射和环境映射,外加贝塞尔曲面和Nurbs曲面绘制-Based on MFC of OpenGL programming, simple implementation drawing teapot, 3 d drawing of the cuboid, the corresponding keyboard rotation and the teapot and texture mapping
OpenGL-solutions
- 简单描述跨多种运行平台下的的OpenGL-3D运行解决方案.-A simple descr iption of the operation of the OpenGL-3D across a variety of operating platform solutions.
openGL
- opengl制作的一个图像,动态的,代码简单可以参考-opengl an image production, dynamic, simple code can refer to
openGL
- OPENGL的简单交互与操作代码,文本里有源代码以及一些相应解释-OPENGL a simple interaction with the operating code, the text in the source code as well as some interpreted accordingly
openGL
- 用openGL实现的基础实例,简单的画点,画线,画多边形-openGL instance,can draw point,draw line,and draw rectangular
OpenGL入门学习
- 简单的opengl 入门学习的资料,简单易懂
OpenGL编程指南
- OpenGL 用于渲染2D、3D矢量图形的跨语言、跨平台的应用程序编程接口(API)。这个接口由近350个不同的函数调用组成,用来绘制从简单的图形比特到复杂的三维景象。而另一种程序接口系统是仅用于Microsoft Windows上的Direct3D。OpenGL常用于CAD、虚拟现实、科学可视化程序和电子游戏开发。