搜索资源列表
CYZY.rar
- VC6.0结合OpenGL开发彩云追月图。三维的,月亮有圆缺,荷叶会动,VC6.0 combination of OpenGL development彩云追月Fig. Three-dimensional, there is the moon moon, lotus leaf moves
openGL_Work
- 用opengl做一个图形编辑程序,画圆,画矩形,画点,画直线,平移,放缩,填充等功能。-Opengl to do with a graphics editing program, circle, draw a rectangle, draw point, draw a straight line, translation, scaling, padding and other functions.
Circle.rar
- glut画圆程序 OpenGL中无专门的画圆命令,所以自己做了一个用glut画圆程序。,OpenGL drawcircle glut procedures drawcircle no special order, so do a program using glut drawcircle.
circle.rar
- 鼠标拖动画圆 语言是opengl vc++ ,Drag your mouse drawcircle opengl vc++
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
draw_round-opengl
- 使用 VC++ 实现 opengl画圆,算法实现。-Use VC++ Achieve opengl drawcircle, algorithm.
KerenCG
- Bresenham方法绘制圆,方法效率高,实现较简单,是很不错的方法,希望能给刚学opengl的人一些帮助-Bresenham Circle Drawing Ways, Ways efficient, relatively simple implementation, is a very good way to learn opengl just hope that they will be of some help people
opengl-torus
- 一个汇编的例子:OpenGL 作图例子 - 圆环-A compilation of examples: OpenGL graphic example- Circle
EXAM207
- 画圆的exe文件,用OPENGL实现画圆-Exe file of the circle of
circle
- 面向初学者的openGl的简单例子,如何画一个圆-the simple example of openGl, draw a circle
little-eye
- 一个小程序基于opengl 包括画线画圆和种子填充法 计算机图形学-a little program use opengl
MFC--Use-OpenGL-555577777
- OpenGL简单应用,采用MFC 单文档结构编写的一个运动圆环和卫星运动。-OpenGL simple application written using MFC single document structure of a sport rings and satellite motion.
DEV-CPP
- 一个简单的openGL 入门程序。在窗口里画了一个圆。-a samll openGL process.it pains a circle in the window.
Myopengl
- opengl绘图程序,vs2012,可以实现线,圆,多边形,并且实现平移,放大缩小,删除-opengl drawing program, vs2012, can achieve lines, circles, polygons, and to achieve pan, zoom, delete
SphereWorld
- OPengl程序,SpereWorld,网格图,一个圆环和一个小球-OPengl program, SpereWorld, trellis, a ring and a small ball
OPENGLRingExample
- 用OpenGl实现圆环渐变的源程序,值得参考学习-Gradient with OpenGl realize circle source program, it is worth reference study
OpenGbasicgraphic
- 用opengl编制的可实现三个点,一个三角形,一个三角形平面和一个四边平面,一上立文体和一个多边形,圆柱体圆椎体,茶壶旋转-Opengl prepared can be used to achieve the three points, a triangle, a triangle plane and a four-plane, one on legislation and a stylistic polygon, circular cylindrical vertebral body, rot
计算机图形学
- 在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)
图形学(圆)
- 本文件为基于OpenGL的bresenham的圆的代码实现,是计算机图形学的内容,在VS2005的环境下编译通过。