搜索资源列表
计算机图形学算法演示.rar
- 这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
图形显示特技算法 .rar
- 图形显示特技算法
计算机图形算法演示
- 画直线_反走样直线_圆_椭圆_矩形_多边形_矩形填充_多边形填充_3D变换_光照_贴图
绘图工具
- 一个用vc制作的绘图软件,可以很好的学习图形算法-vc produced using a mapping software can be a good learning algorithm Graphics
DDA与Bresenham算法
- DDA与Bresenham算法-计算机图形学-DDA and the Bresenham algorithm-Computer Graphics
计算机图形算法演示
- 对于联系vc算法很有帮助的-linked vc algorithm helpful
基本图形
- 基本图形算法实现-basic graphics algorithm
计算机图形算法
- 用VC++编的计算机图形算法-with VC + + series of the computer graphics algorithms
VC环境下3D图形旋转,实现简单图形算法
- 是一个简单的实现了基本图形学算法的程序,包括绘制图元,区域填充,三维变换等算法的实现-is a simple realization of the basic graphics algorithm procedures, including mapping map yuan, regional filling, such as 3D Transform algorithm implementation
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
真实感图形绘制—phong模型
- 用Phong光照明模型显示网格模型(*.smf) 分别实现不使用/使用增量式法向插值算法,比较两种不同的显示效果 Phong模型中各参数可调,观察它们的作用
CLanguageImageAlgorithmSets
- 【C语言图像图形算法程序集】 包括基本的图像处理和图形显示-Include some image code and show code.
2d_Graphic_System
- vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
cairo-1.8.6.tar
- c语言实现的2D矢量图形算法库,提供跨平台特性,通过基于OPENGL扩展模块能够实现硬件加速。-c language algorithm for 2D vector graphics library to provide cross-platform features, the expansion module OPENGL based hardware acceleration can be achieved.
球面光源和材质交互作用算法
- 计算机图形学基础案例,球面光源和材质交互作用算法。(Basic cases of computer graphics, spherical light source and material interaction algorithm.)
计算机图形学实验
- B氏画线算法,中心画圆算法,中心画椭圆算法,优质的UI界面(Draw a line, draw a circle, and draw an ellipse)
图形学
- 本人自己写的图形学文件,在vs2010上可以运行(配置openGL环境),包含生成直线,圆,和线段裁剪算法。(My own graphics file, on VS2010, can run (configure the openGL environment), including the generation of straight line, circle, and line clipping algorithm.)
案例7-多边形边缘填充算法
- MFC图形学 多边形边缘填充算法 直接用VC打开编译即可运行(MFC graphics polygon edge fill algorithm can be run directly by VC.)
案例1-金刚石图案算法
- 计算机图形学的金刚石图案绘制,使用VC6++绘制,包含程序和代码(The drawing of diamond pattern in computer graphics is drawn by VC6++, including program and code.)
利用de Boor算法绘制B样条曲线
- 运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw