当前位置:
首页 资源下载
搜索资源 - DDA Algorithm using openGL
搜索资源列表
-
0下载:
DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
-
-
1下载:
图形学的重要算法,使用鼠标右键操作。包括直线DDA算法,Bresenham算法,OpenGL画法,以及圆,椭圆的画法。三角形的平移、旋转、缩放操作。环境配置在rar的注释里有说明。,The importance of graphics algorithms, using the right mouse button operation. Including linear DDA algorithm, Bresenham algorithm, OpenGL drawing, as well as
-
-
0下载:
初学Opengl,从最基础开始,本程序实现用DDA算法画直线-Learning Opengl, from the beginning of the most basic, the program draw a straight line using DDA algorithm
-
-
0下载:
本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
-
-
0下载:
分别用DDA算法、Bresenham算法、OpenGl绘制五万条斜线,比较绘制速度。-Draw 50 000 slashes using DDA algorithm, Bresenham algorithm and OpenGl respectively. Compare the rendering speed.
-
-
0下载:
利用OpenGL实现直线光栅化的DDA算法。基于.NET+openGL平台的一个代码实例。-Using OpenGL to achieve linear grating of the DDA algorithm. Based on. NET+ openGL platform a code example.
-
-
0下载:
c语言基于opengl,利用dda算法完成直线的绘制-C language based on opengl, using the algorithm of the straight line drawing complete dda
-
-
0下载:
利用OpenGL实现直线光栅化的DDA算法。基于.NET+openGL平台的一个代码实例。-Using OpenGL to achieve linear grating of the DDA algorithm. Based on. NET+ openGL platform a code example.
-
-
0下载:
初学Opengl,从最基础开始,本程序实现用DDA算法画直线-Learning Opengl, from the beginning of the most basic, the program draw a straight line using DDA algorithm
-
-
0下载:
DDA算法和bresham算法画图,运用OPENGL的一个简单例子-DDA algorithm and bresham drawing algorithm, using the OpenGL a simple example
-
-
0下载:
在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
-