资源列表
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
openglwindows
- opengl在窗口的应用,opengl在窗口的应用-Lesson 01 Setting Up OpenGL in Windows
OPenGLClock
- 这是一个模拟时钟,方向键可控制旋转。 按下q键之后还可以用w、a、s、d、自己控制时间。-This is an analog clock, the arrow keys to control the rotation. After pressing the q button can also use w, a, s, d, own control time.
particle_system2005
- Hi, Particle system physical simulation is implimented in MS visual studio using OpenGL. Uses TRAER PHYSICS tutorial.
WUXINGHONGQI
- 一个简单的VC小程序,帮助初学OPENGLE的同学,希望资源共享-VC a simple small program to help the beginner OPENGLE and hoped that the sharing of resources
OpenGL
- opengl的帮助文档,包括常用的函数以及其说明,英文版-opengl
Sun-Earth-Moon
- 该程序是一个简单的太阳、地球和月亮的旋转系统。基于VS2005开发平台,使用C++和OpenGL编写。该程序使用了OpenGL基本的坐标变换功能,实现球体的公转和自转。加入了光照和纹理,使其场景真实。另外,用户可以和场景进行简单的交互,方向键可以控制场景的坐标旋转,鼠标可以点击太阳、地球和月亮,变换其渲染模式(无纹理渲染和有纹理渲染),并且窗口标题会提示当前点击的对象。-The program is a simple sun, Earth and moon rotation system. VS
AccelerometerGraph
- 介绍iphone上openGL使用的程序-the introduction of how to use open gl in iphone
OBJ_LOADER
- 在opengl环境下加载.obj文件,进行绘图-The code provide the function to load some .obj file by opengl
