资源列表
GLBLEND
- 一个OpenGL的混合例子,相当漂亮,正方体的各个面用不同颜色,半透明自动旋转。-a mixed OpenGL examples, very beautiful, the all-cube with different colors, translucent automatic rotation.
lightmaterial
- nate robins 写的能改变灯光参数的程序代码,希望对刚接触opengl的同志有帮助-nate robins change the lighting parameters written in code, in the hope that the comrades刚接触opengl help
DrawSphere
- 采用三角形逐次逼近法绘制球体,可在此基础上贴纹理
VisualOpenGL1
- OpenGl三维图象多个编程源码,对于编写三维图象有一定的帮助,注明为转载 -OpenGl 3D images more programming source for the preparation of 3-D images can help annotated reproduced
Computer-Graphics-Project-master
- Computer-Graphics-Project: Project 3 OpenGL Computer Graphics course. -Computer-Graphics-Project: Project 3 OpenGL Computer Graphics course.
tb
- OpenGL 制作的翻书效果,学习之用vs2008-
gl
- OpenGL实现的一个动画程序,该程序实用多线程的基本原理实现-OpenGL
GLBLENDs
- VC++6.0编写的opengl融合技术! -VC 6.0 opengl prepared by the fusion technique!
labirinth
- Labirinth 3D Emulation Open GL
asdsad
- 一个天空穹庐可以作为三维场景的天空,不知道可不可以,请大家指教-穹庐the sky can be used as a three-dimensional scenes of the sky, I do not know can, please advice
Boids
- 一个基于VC++的OpenGL示例程序,主要是Boids的演示-a VC-based OpenGL sample program, the demonstration is Boids
opengl
- OpenGL 中的很多特效都是通过混合(Blending) 来完成的, 混合就是把屏幕上已有的颜色与新的颜色进行合成。 至于合成的方法, 取决于颜色的Alpha值, 还有/或所用的混合函数。 Alpha值是颜色的第4个分量, 过去你使用GL_RGB 也就是3个颜色分量来指定一个颜色, 现在你可以使用GL_RGBA 来增加一个Alpha值了-Many OpenGL through the mixed-effects (Blending) to be completed, mixed, there