搜索资源列表
-
0下载:
用C语言结合OpenGL技术实现Bresenham算法绘制直线
-
-
0下载:
01.//cnsGLArc.cpp : Defines the entry point for the console application.
02.
03.
04.
05.//Filename:cnsGLArc.cpp
06.
07.//Function:Draw arc by Bresenham
08.
09.//Author:9Cat
10.
11.//OS:WindowsXP Sp2
12.
13.//D
-
-
0下载:
一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
-
-
0下载:
使用C++和OpenGL实现的Bresenham画母算法。-The use of C++ and OpenGL mother realize the Bresenham algorithm for drawing.
-
-
0下载:
给定两点用bresenham画任意斜率的斜线,在c++里用opengl实现-Given any two points with the slope of the diagonal bresenham painting, in c++ implementation in use opengl
-
-
0下载:
我自己编的有关有OpenGL中的各种划线方法(中点划线、DDA、Bresenham。当然还有调用OpenGL自身所带的程序了),里面还有时间测试程序,能帮你测出各种划线方法所花的时间,绝对适合刚学计算机图形学的童鞋们,加油-I have OpenGL in the series all crossed methods (midpoint crossed, DDA, Bresenham. Of course, call the procedure for carrying by itself Op
-
-
0下载:
bresenham MinLight c# source code OPENGL
-
-
0下载:
bresenham line c# source code OPENGL
-
-
0下载:
Opengl C++ - Bresenham s Algorithm
-
-
0下载:
Opengl,实现Bresenham画线和画圆算法,鼠标右键交互切换画线模式和画圆模式,C++实现。-Opengl, Bresenham draw lines and circle algorithm, Right alternating line mode and circle mode, achieve by C++.
-
-
0下载:
bresenham line c# source code OPENGL
-
-
0下载:
用C++集体编写的直线和圆的生成算法,有bresenham和DDA等,可以选择边画图模式-line and circle and opengl
-
-
0下载:
c++,使用OpenGL库,运用bresenham 算法进行画圆和画直线的操作并显示(The use of Bresenham algorithm for circle and draw a straight line operation and display.USE c++ AND OPENGL)
-
-
0下载:
在OpenGL环境下用c++语言实现Bresenham画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the Bresenham drawing algorithm and draw ten thousand straight lines.)
-
-
0下载:
用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)
-