搜索资源列表
OPENGL彩色圆环编程示例
- OPENGL彩色圆环编程示例,本事例运用OpenGL绘制一圆环,其中包括GL_TRIANGLE_STRIP和glMaterialiv(GL_FRONT, GL_COLOR_INDEXES, colors[0].indexes)的使用.,Color Circle OPENGL programming examples, the examples of the use of OpenGL drawing a circle, including GL_TRIANGLE_STRIP and glMate
circle
- 面向初学者的openGl的简单例子,如何画一个圆-the simple example of openGl, draw a circle
little-eye
- 一个小程序基于opengl 包括画线画圆和种子填充法 计算机图形学-a little program use opengl
DEV-CPP
- 一个简单的openGL 入门程序。在窗口里画了一个圆。-a samll openGL process.it pains a circle in the window.
gl_0_2d
- OPENGL画圆程序,输入中心点的坐标和半径之后能通过打点法画出一个园-OPENGL Circle procedures, the coordinates of the input center and the radius after the dot method can be used to draw a garden
Qt_Opengl
- 基本图元绘制、计算机图形学上机实验报告、1,熟悉图形软件开发工具:VC++, OpenGL等; 2,设计、实现线段的DDA、Bresenham算法 3,设计、实现中点圆、中点椭圆生成算法; 4,设计、实现填充图元生成算法;-The basic primitive computer graphics, computer lab report 1, familiar with the graphics software development tools: vc++, OpenGL, e
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
ComputerGraphicsexci3
- 用Bresenham算法和中点算法画圆和椭圆(Using the Bresenham algorithm and the midpoint algorithm of circle and ellipse)