资源列表
bteapot
- 用OPENGL编写的关于茶壶的绘制一个小程序-OPENGL teapot
Filled-triangle
- 调用OPENGLE 库文件,实现三角形填充-Computer Graphics OPENGL lighting display program
1
- 1、理解多边形裁剪的原理(Weiler-Atherton算法、Sutherland-Hodgeman栋算法)。 2、实现这两种多边形的裁剪算法,在屏幕上用一个封闭矩形裁剪任意多边形(凹多边形、凸多边形都要实验)。 3、编写上述算法程序,在工作区域当中运行并显示算法效果。 4、将多边形裁剪模块添加到设计的图形实验系统当中。 5、完成代码编写、调试。-1, understand the principles of polygon clipping (Weiler-Atherton
liubianxing
- 图像 处理 opengl 嵌套六边形 cpp源代码 有注解-Image processing opengl nested hexagonal cpp source code annotated
chahu_new
- 一个制作3D茶壶的C++文件,欢迎下载!-produced a 3D teapot C documents downloaded welcome!
FloodFill
- 该源码通过递归的方法来实现对一边框图形的区域填充,简单易懂,不过效率是一个遗憾。-The source through a recursive method to achieve a border area filled with graphics, easy to understand, but the efficiency is a pity.
tuxing
- 一个空心球体在做旋转运动,鼠标点击后将会由大到小的变化
touying
- 可以显示任意位置立方体在光源下的投射阴影。a/s/d/o/p/m/n分别可以控制立方体前后左右移动及旋转-Cube can be displayed anywhere in the light under the shadow of the projection. a/s/d/o/p/m/n-cube can be controlled separately before and after the movement and rotation around
BSpline
- B样条绘制 输入四个点,按B即可绘制以这四个点为控制点出B样条。-draw Bspline by using four reference points.
bresenham3
- 基于 Bresenham算法画圆并对其进行种子填充。-Bresenham algorithm based on a circle and its seed filling.
vpFxDebris
- 虚拟现实的仿真中 特效是不可不要的 爆炸效果更是 在很多场合都能用的到的
ch8CohenSutherlandLineClip2D
- opengl的cohen-sutherland 线段剪切算法代码 需要自己建立主程序-cohen-sutherland line clipping algorithm source code