CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - drawing

搜索资源列表

  1. Camera4_OGL

    0下载:
  2. 我写的一个OPENGL的程序。可以进行3D画图和平移旋转操作。-I wrote an OpenGL procedures. Can 3D drawing and rotating shift operation.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:40184
    • 提供者:秦青
  1. opengdraw

    0下载:
  2. opengl绘图和相应的操作源代码-opengl drawing and the corresponding source code operation
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:98182
    • 提供者:秦青
  1. MFC_OPENGL三角型

    1下载:
  2. OPengl程序,基于VC的MFC库设计实现,主要实现一个在单文档视图中绘制一个颜色渐变三角形-OPengl procedures, the MFC-based VC Design Library, a major achievement in a single document View Drawing a triangular gradient colors
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:38878
    • 提供者:xcs
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. 3-dimensional-graphics-drawing

    1下载:
  2. C#二维三维图形绘制工程实例宝典第8章:三维图形。本章介绍了应用三维图形的基础知识,包括三维矩阵,变换和坐标体系等来创建各种三维图形,例如三维折线图,三维网格和曲面图,轮廓图,三维柱状图,四维切片图和三维复合图。-Two-dimensional three-dimensional graphics drawing C# Projects Collection Chapter 8: three-dimensional graphics. This chapter describes the bas
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2343359
    • 提供者:bobbank
  1. OpenglColumn

    0下载:
  2. 这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等-This procedure is a win32 application, in VC++ 6.0 using opengl drawing a cylinder, you can rotate, etc.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:6349
    • 提供者:千张
  1. tablecloth

    0下载:
  2. opengl画的一个屏保程序(table),很漂亮-opengl drawing a screen saver (table), very beautiful
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:32307
    • 提供者:picasso
  1. lineBres

    0下载:
  2. 初学Opengl,从最基础开始,本程序实现用Bresenham算法画直线-Learning Opengl, from the beginning of the most basic, the program Bresenham algorithm for drawing a straight line with
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:777
    • 提供者:wgj
  1. drawing

    0下载:
  2. 绘画立方体,输入行和列,在输入多少个,就能画出图形-Cube drawing, enter the rows and columns, the number in the input
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:778
    • 提供者:sw
  1. Diamond

    0下载:
  2. 在OpenGL环境下,用中点画线算法实现金刚石图案的绘制-The dotted line with diamond pattern drawing algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:1811
    • 提供者:王晓路
  1. 3d-picture-drawing-board

    0下载:
  2. 在win32框架下使用opengl实现的三维画图板,只使用了gl核心库函数和glu实用库函数,绝对高效,经典-Use opengl in win32 implemented under the framework of three-dimensional drawing board, using only the core library functions gl and glu utility library functions, absolute efficiency, the classi
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3180368
    • 提供者:酒剑仙
  1. 3Droom

    0下载:
  2. 使用OPENGL实现3D房间绘制,鼠标操作漫游,房屋框架结构绘制-Use the 3D OPENGL drawing room, mouse roaming, housing frame structure drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9618295
    • 提供者:幽幽
  1. 2D-Drawing

    0下载:
  2. 2D drawing text in a game
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-23
    • 文件大小:206246
    • 提供者:Image
  1. simple-drawing

    0下载:
  2. simple openGL drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:1159
    • 提供者:Loki
  1. spline-line-drawing-to-use

    0下载:
  2. openGL使用Visual C++ 样条线画图运用-openGL using the Visual C++ spline line drawing to use
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-05
    • 文件大小:2063797
    • 提供者:瑞风
  1. basic-graph--drawing-using-opengl

    0下载:
  2. 用opengl实现基本图形的绘制,包括DDA画线法、bresenham中点画线法、改进的bresenham中点画线法、bresenham画圆画椭圆法-basic graph drawing using opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-06
    • 文件大小:2842
    • 提供者:李劳毛
  1. basic-graph--drawing-using-opengl

    0下载:
  2. 用opengl实现基本图形的绘制,包括DDA画线法、bresenham中点画线法、改进的bresenham中点画线法、bresenham画圆画椭圆法-basic graph drawing using opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-13
    • 文件大小:2886
    • 提供者:官兵列队
  1. drawing

    0下载:
  2. 绘画立方体,输入行和列,在输入多少个,就能画出图形-Cube drawing, enter the rows and columns, the number in the input
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-11
    • 文件大小:822
    • 提供者:有地下水
  1. dda line drawing

    0下载:
  2. dda line drawing program using opengl
  3. 所属分类:OpenGL

  1. B-spline-curve-drawing

    0下载:
  2. 本代码就是计算机图形学中的知识进行汇总,绘制B样条曲线-This code is the knowledge of computer graphics to carry on the summary, b-spline curve drawing
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:43707
    • 提供者:ma
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com