资源列表
thick
- opengl line thickne-opengl line thickness
bresenew
- bresenham line algorithm opengl
bezDemo_src
- 贝塞尔曲线绘制的事例程序,可以根据文本给出的控制点绘制贝塞尔曲面-Bezier curve drawing examples of procedures for
OpenGL_01
- Visual C++ 2005下OpenGL应用实例,测试通过,运行效果为屏幕中心一个随意翻动的色子,应用纹理映射等。-This example is about Texture Mapping. Tag: Visual C++ 2005 OpenGL
RotatePolygon
- OpenGl入门,基于NEHE源码的改进,包括两个旋转的四面体和立方体-OpenGl entry, based on NEHE source improvements, including two rotating tetrahedron and cube
Fill
- 实现多边形边缘填充,动画演示实现的具体过程。对图形学实验又指导作用。-Fill polygon edges to achieve
font
- 使用openGL显示基本的汉字。而且使用了类似C++流的封装方式。-Show basic Chinese using openGL. And us encapsulation as C++ stream.
Hexagram
- 使用openGL绘制一个六角星。可以用作openGL入门使用。-Draw a hexagram using openGL. It s good for openGL Introduction.
BresenhamLine
- Bresenham画线算法程序: 用一个坐标轴来当步长值(即+1),另一个坐标轴是否加1则跟据斜率(k)来确定,K 如果大于0.5,那么也加+1,如果小于0.5那么即不变。为了方便计算,如果d大于1 ,那么就减一,归0。可设e,e=d-0.5,于是就有e>0时,加1,e<0时不变,这样便 于硬件实现。-Bresenham
txx_finishwork
- openGL 应用,光照、纹理、深度综合应用-openGL application, light, texture, depth integrated application
Accum
- Simple openGL demo that shows basic primitive drawing,
opengl
- opengl主要注意的点, 基本-opengl
