资源列表
12
- 绘制模式 1 DDA算法画直线 // 2 中点Bresenham算法画直线 // 3 改进Bresenham算法画直线-very good file
bezcurve
- These one-liners draw particular objects
gr
- 机器人手臂,肘关节,腕关节,手指均可控制旋转
intercontrol
- OpenGL交互式控制的演示代码,演示了基本的功能:键盘交互 鼠标交互-Interactive control of OpenGL demo code to demonstrate the basic features: interactive keyboard mouse interaction
图像分割
- 下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
1111111111111111
- 个有OPENGL实验的一个裁剪算法,用的是 sutherland-cohen的算法-an experimental OpenGL is a cutting algorithm, using the Sutherland-cohen algorithm-OPENGL experiments which have a cutting algorithm is used in the sutherland-cohen algorithm-an experimental OpenGL is a cutt
Wineglass
- 通过定义裁剪平面并利用反走样来绘制一个酒杯,使其表面更加平滑-Defined clipping plane and the use of anti-aliasing to draw a wine glass, its surface smoother
opengl_lib3ds
- It is a source code for loading a simple 3ds model with the help of lib3ds. The lib3ds is not included (can be found on the net).
ANIMATE1
- Opengl的动画程序初步,方体碰撞模型-Opengl animation preliminary procedures, side-impact model
EarthMoonSolarModel
- OpenGL编写的太阳地球月亮实现了公转自转的程序,基于C++语言-Sun Earth Moon written by OpenGL Male Vocalist program, based C++ language. .
chap3-1-2
- 图形学简单源码,openGL,画一个矩形-Simple graphics source, openGL, draw a rectangle
OPENGL(5).rar
- OPENGL最简单的内容:颜色。 一 RGB模式 一般来讲实现彩色是用RGB三基色来调配的。