搜索资源列表
Axis
- 利用OpenGL实现二维场景坐标的建立。可以用于函数模拟等
bycicle
- 用opengl编写的一个自行车的动画,主要是运用了矩阵变换函数让车在移动的时候轮子在转-a program coding with opengl using C.
2D3DPro
- 图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。-First, to obtain images bmp image files, and the other is from the clipboard. The code in the MFC library functions in the OpenGL calls to achieve the three-dimensi
Manderbrot_V1_01
- OpenGL和VC++6.0实现的二维Manderbrot集合,并且重写了各种回调函数,提供了基本的用户交互功能。-OpenGL and VC++6.0 to achieve the two-dimensional Manderbrot collection, and rewrite a variety of callback function, provides the basic user interaction capabilities.
translateandrotate
- 题目:编程实现 多边形的平移、旋转变换 要求:不能调用OpenGL的变换函数,如glTranslatef, glRotatef,glScalef。要求通过矩阵相乘的方式,自 己计算出变换后几何图形的坐标。-do it without glTranslatef and glRotatef
ComputerGraphicExperiment
- 本程序使用Visual C++实现了计算机图形学课程实验【纯VC,no OpenGL,不调用pDC的功能函数】:绘制直线、椭 圆等基本图元;绘制Bezier等样条曲线;绘制knoch等分形图形;一个“伪”真实感图形→球 。该程序架构清晰,很方便扩展,谢谢使用!-With Visual C++ only (without OpenGL! without the inline functions of pDC), the Application has achieved in d
skia-read-only
- skia是个2D向量图形处理函数库,包含字型、坐标转换,以及点阵图都有高效能且简洁的表现。不仅用于Google Chrome浏览器,新兴的Android开放手机平台也采用skia作为绘图处理,搭配OpenGL/ES与特定的硬件特征,强化显示的效果。该代码是skia的源码,非常完整。-There is a 2 d vector graphics libraries, contains fonts, coordinate transformation, and lattice figure has
Draw_line
- 只调用openGL的着色函数,用C++实现画线功能,画多边形,画圆-Only call openGL coloring function, with the C++ achieve drawing a line function, draw a polygon, circle