搜索资源列表
计算机图形学-倩
- 这是两个计算机图形学中的两个算法。一个是直线中点算法,另一个圆的正负算法。-This is the computer graphics algorithms. A straight line is the midpoint algorithm, another round of plus or minus algorithm.
计算机图形学二维绘图
- 是计算机图形学的二维绘图程序,包括: 1.图元的生成:直线、椭圆、区域填充 2.样条曲线的生成:Bezier曲线、B-样条曲线 3.分形图形的生成:Julia集、蕨类植物 4.真实感图形的生成(包括:球体、圆柱体)。-is the two-dimensional computer graphics drawing program, including : 1. Figure yuan Generation : linear, elliptical, two regional
计算机图形学球的绘制
- 计算机图形学球的绘制-computer graphics rendering of the ball
计算机图形算法
- 用VC++编的计算机图形算法-with VC + + series of the computer graphics algorithms
计算机图形学算法演示系统
- 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
[计算机图形学]画图v0.12b
- 计算机图形学中,使用中点算法绘画直线条的算法,在vc中实现,可用鼠标操作画线,且有动态效果-computer graphics, the use of line drawing algorithm midpoint of the algorithm to achieve the vc, can be used to operate the mouse to draw lines and have dynamic effects
计算机图形学的电子书
- 第1章 绪论 第2章 光栅图形学 第3章 几何造型技术 第4章 真实感图形学 第5章 OpenGL与VRML 第6章 附录—图形变换
计算机图形学的实习程序
- 一个计算机图形学的实习程序,实现各种直线、圆和多边形的绘制,并可以填充颜色,实现几何变换,重绘,保存等。-A computer graphics training program, to achieve a variety of lines, circles and polygons to draw, and can be filled with color, to achieve geometric transform, redraw, save and so on.
qumian
- 计算机图形学原理及算法教程(和青芳)随书源代码——曲线和曲面-Computer graphics theory and algorithms tutorial (and blue-fang) With the book source code- Curves and Surfaces
CG
- 学计算机图形学所画的图形,有画线(DDA,中点,Bresenham),画圆(中点和Bresenham),填充(扫描线和种子),裁剪,Bezier曲线,动画,三维形体。-By painting computer graphics school graphics, a painted line (DDA, the mid-point, Bresenham), Circle (mid-point and Bresenham), filling (scan line and seeds), cut, B
ball
- 计算机图形学课程设计 -画一个具有不同光照效果的球 说实话,这个算法不实用,只能画表面,因为当时设计数据结构的时候,只存放了半个球的数据,目的只是为了显示立体球的效果而已,这样计算速度会更快些。-Computer Graphics curriculum design- painting a different light effects of the ball I can honestly say that this algorithm is not practical, can only
vb_draw_demo
- 一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。 个人认为,VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。-VB-based vecto
d2200904
- 本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-Primitive code set is my practice of computer graphics programming, including painting a straight line, anti-aliased line, circle, draw an oval, rectangular painting, drawing poly
myproduction
- 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
donghua
- 用VC++编写的一个计算机图形学的程序,可以产生动画效果-Using VC++ written in a computer graphics program, can produce animation effects
graphics
- 这是我带计算机图形学实验时的一些资料,里面包括了基本的绘图程序:图形裁剪,画时钟,画圆,画直线,多边形填充,显示模式。还有一些学习MFC的资料和书籍以及绘图程序常用的函数。-This is my experiment with computer graphics some of the information, which includes a basic drawing program: Graphic cutting, painting clock, draw a circle, draw
123
- 计算机图形学中有关画圆和直线,以及同心圆的画法-Computer graphics Circle and straight line
graphics-drawing
- 基于计算机图形学理论基础设计,可进行画线、画圆、填充、平移、清空等功能。-Based on the theoretical basis of computer graphics design, can be drawing a line, circle, fill, translation, clear functions.
RayTracing
- 计算机图形学作业,包括光线追踪和光线投射等功能,对学计算机图形学的同学很有帮助-Computer graphics operations, including ray tracing and ray casting and other functions, helps students learn computer graphics
计算机图形学
- 计算机图形学中的一些相关代码,包括几乎所有的绘图程序源码(Computer graphics in some of the relevant code, including almost all drawing program source code)